# from otree.api import Currency as c from otree.constants import BaseConstants # # ******************************************************************************************************************** # # *** CLASS CONSTANTS *** # # ******************************************************************************************************************** # class Constants(BaseConstants): name_in_url = 'Preferences' players_per_group = None endowment = 10 num_rounds = 1 Preferences_template = 'Preferences/Preferences_template.html' Preferences_template2 = 'Preferences/Preferences_template2.html' Preferences_template3 = 'Preferences/Preferences_template3.html' Preferences_template4 = 'Preferences/Preferences_template4.html'