from otree.api import Bot from shared_bots import play_AA_SetUpApp class PlayerBot(Bot): def play_round(self): yield from play_AA_SetUpApp(self)