Chess-Web / lichess-bot /lichess-bot.py
dpv007's picture
Upload folder using huggingface_hub
cdd854f verified
Raw
History Blame Contribute Delete
133 Bytes
"""Starting point for lichess-bot."""
from lib.lichess_bot import start_program
if __name__ == "__main__":
start_program()