from otree.api import Bot from otree.api import Currency as cu from otree.api import currency_range from . import * class PlayerBot(Bot): def play_round(self): yield (MyPage) yield (Results)