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