from otree.api import Currency as c, currency_range from . import pages from ._builtin import Bot from .models import Constants class PlayerBot(Bot): def play_round(self): yield pages.Introduction_page yield pages.Page_0, {'computer_submission': 3} yield pages.Page_1, {'dyad_submission': 3} yield pages.Page_2, {'group_submission': 3}