from ._builtin import Page, WaitPage class Bienvenue_GAEL(Page): def after_all_players_arrive(self): self.group.do_my_shuffle() timeout_seconds = 1000 class Introduction(Page): """Description of the game: How to play and returns expected""" def before_next_page(self): self.player.role() timeout_seconds = 5000 page_sequence = [ Bienvenue_GAEL, Introduction, ]