from otree.api import Currency as c, currency_range, expect, Bot, Submission from . import * class PlayerBot(Bot): def play_round(self): const = Constants participant = self.participant if participant.dropout: yield TimedOut # else: # yield Results