6 lines
87 B
Python
6 lines
87 B
Python
from appconf import AppConf
|
|
|
|
|
|
class SymposionAppConf(AppConf):
|
|
|
|
VOTE_THRESHOLD = 3
|