10 lines
113 B
Python
10 lines
113 B
Python
from structured_config import Structure
|
|
|
|
HAS_MODELS = True
|
|
|
|
|
|
class PollsConfig(Structure):
|
|
pass
|
|
|
|
|
|
extra = {}
|