from otree.api import Currency as c, currency_range from ._builtin import Page, WaitPage from .models import Constants class Page1(Page): def before_next_page(self): self.group.set_participant_vars() page_sequence = [Page1]