from otree.api import Currency as cu, currency_range from . import * from otree.api import Bot class PlayerBot(Bot): def play_round(self): yield (Introduction, {'accept_info': True}) yield (Survey1, {'name': 'VictorBot', 'age': 90})