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