import random from otree.api import Bot, SubmissionMustFail class PlayerBot(Bot): def play_round(self): pass