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