<<<<<<< HEAD from otree.api import Currency as c, currency_range, expect ======= from otree.api import Currency as c, currency_range >>>>>>> 0982dc5566ffb7cb2176b6338e4f4497a3d00fc3 from . import pages from ._builtin import Bot from .models import Constants class PlayerBot(Bot): <<<<<<< HEAD def play_round(self): yield pages.Contribute, dict(contribution=c(1)) yield pages.Results ======= def play_round(self): yield (pages.Contribute, {'contribution': c(1)}) yield (pages.Results) >>>>>>> 0982dc5566ffb7cb2176b6338e4f4497a3d00fc3