from otree.api import Currency as c, currency_range from ._builtin import Page, WaitPage from .models import Constants class start_prudence(Page): pass class prudence_gaming(Page): pass page_sequence = [start_prudence, prudence_gaming]