import os
import subprocess

print("Starting Lichess Bot...")

# This executes the actual lichess-bot script in the background
# Make sure your config.yml file is also uploaded to Hugging Face!
subprocess.run(["python", "lichess-bot.py"])