from otree.api import Bot, Submission from . import RedirectPage class PlayerBot(Bot): def play_round(self): yield Submission(RedirectPage, check_html=False)