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