from otree.api import Currency as cu, currency_range, expect from . import * from otree.api import Bot class PlayerBot(Bot): def play_round(self): <<<<<<< HEAD:_REMOVE_SELF_BACKUP/payment_info/tests.py pass ======= yield Contribute, dict(contribution=cu(1)) yield Results >>>>>>> hotfix:public_goods_simple/tests.py