aboutsummaryrefslogtreecommitdiff
path: root/planetwars-matchrunner/bots/timeout_bot.py
blob: a8364cae35d9e8d8265955035a4e461169b54a80 (plain)
1
2
3
4
import time

# I'm going to take my sweet time!
time.sleep(1000)