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.ACTION_starting_page) yield (pages.HoltLaury, {'d0': 2, 'd1': 2, 'd2': 2, 'd3': 2, 'd4': 2, 'd5': 2, 'd6': 2, 'd7': 2, 'd8': 2, 'd9': 2}) yield (pages.Results)