# from otree.api import Currency as c from otree.constants import BaseConstants # # ******************************************************************************************************************** # # *** CLASS CONSTANTS *** # # ******************************************************************************************************************** # class Constants(BaseConstants): name_in_url = 'Intro_0' players_per_group = None endowment = 10 num_rounds = 1 instructions_template_Intro_0 = 'Intro/Instruction_Intro_0.html' instructions_template_Intro_1 = 'Intro/Instruction_Intro_1.html' instructions_template_Verstaendnis = 'Intro/Instruction_Verstaendnis.html'