# from otree.api import Currency as c from otree.constants import BaseConstants # # ******************************************************************************************************************** # # *** CLASS CONSTANTS *** # # ******************************************************************************************************************** # class Constants(BaseConstants): name_in_url = 'Aufgabe' players_per_group = None endowment = 10 num_rounds = 1 Aufgabe_template = 'Aufgabe/Aufgabe_template.html' Nachrichten_template = 'Aufgabe/Nachrichten_template.html' Nachrichten_2_template = 'Aufgabe/Nachrichten_template_2.html'