from otree.api import Currency as c, currency_range, expect, Bot, Submission from . import * from random import choice class PlayerBot(Bot): def play_round(self): yield Consent, dict(consent=True)