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.Instructions1 yield pages.Instructions2, dict(pers_agreement=1) yield pages.Instructions2a, dict(swissquote_acc_available=1) yield pages.Instructions3 yield pages.Instructions4 yield pages.Page1, dict(Gender=0, Birth_Date=1979, Residence=1, Zip_Code="CH-4001")