diff options
Diffstat (limited to 'planetwars-matchrunner/bots')
-rw-r--r-- | planetwars-matchrunner/bots/timeout_bot.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/planetwars-matchrunner/bots/timeout_bot.py b/planetwars-matchrunner/bots/timeout_bot.py new file mode 100644 index 0000000..a8364ca --- /dev/null +++ b/planetwars-matchrunner/bots/timeout_bot.py @@ -0,0 +1,4 @@ +import time + +# I'm going to take my sweet time! +time.sleep(1000)
\ No newline at end of file |