planetwars.dev/planetwars-localdev/assets/pw_project.toml
2021-12-25 17:48:54 +01:00

10 lines
No EOL
198 B
TOML

[bots]
# define a bot called simplebot
[bots.simplebot]
# The working directory for the bot.
path = "./bots/simplebot"
# What command to use for running the bot
argv = ["python", "simplebot.py"]