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.Intro yield pages.Overview yield pages.Managing_Your_Devision yield pages.Reporting_Earning yield pages.Internal_Audit yield pages.Calculation_of_payoff yield pages.Steps_in_the_study yield pages.Step_1 yield pages.Step_2 yield pages.Step_3 yield pages.Step_4 yield pages.Step_5 yield pages.Payoff_calculation_examples yield pages.Example_1 yield pages.Example_2 yield pages.Example_3 yield pages.Quiz_intro