from otree.api import Currency as c, currency_range from ._builtin import Page, WaitPage from .models import Constants class Paying_round_waitpage(WaitPage): body_text = '' def after_all_players_arrive(self): self.group.method604949() class Result(Page): form_model = 'player' page_sequence = [Paying_round_waitpage, Result]