planetwars.dev/planetwars-cli/assets/pw_workspace.toml
2021-12-26 22:00:20 +01:00

10 lines
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"]