import random from . import pages, models from ._builtin import Bot class PlayerBot(Bot): def play_round(self): pass