from ._builtin import Page, WaitPage from otree.api import Currency as c, currency_range from .models import Constants class Choice(Page): form_model = 'player' form_fields = ['Choice'] page_sequence = [ Choice, ]