# from otree.api import Currency as c from otree.constants import BaseConstants # # ******************************************************************************************************************** # # *** CLASS CONSTANTS *** # # ******************************************************************************************************************** # class Constants(BaseConstants): name_in_url = 'Introduction' players_per_group = None endowment = 10 num_rounds = 1 instructions_template_AMBG = 'Introduction/Instruction_AMBG.html' instructions_template_CNP_high = 'Introduction/Instruction_CNP_high.html' instructions_template_CNP_low = 'Introduction/Instruction_CNP_low.html' instructions_template_No_CNP = 'Introduction/Instruction_No_CNP.html'