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