from otree.api import Bot from . import * class PlayerBot(Bot): def play_round(self): pass # yield Results # yield EndOfStudy