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