class Bot: def __init__(self, type): self.round = 0 def act(self): return 99