from otree.api import Currency as c, currency_range from . import out_pages from ._builtin import Bot from .out_models import Constants class PlayerBot(Bot): def play_round(self): pass