BlueMoonBot/bluemoonbot_Lichess
0
1import os2import subprocess3 4print("Starting Lichess Bot...")5 6# This executes the actual lichess-bot script in the background7# Make sure your config.yml file is also uploaded to Hugging Face!8subprocess.run(["python", "lichess-bot.py"])