from otree.api import Currency as c from . import pages from ._builtin import Bot from .models import Constants class PlayerBot(Bot): def play_round(self): yield pages.Page1, dict(age=100, likeRG=10) yield pages.Page2, dict(agrrewithstmt=10)