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