11 lines
115 B
Python
11 lines
115 B
Python
|
from structured_config import Structure
|
||
|
|
||
|
HAS_MODELS = False
|
||
|
|
||
|
|
||
|
class CustomConfig(Structure):
|
||
|
pass
|
||
|
|
||
|
|
||
|
extra = {}
|