7 lines
159 B
Python
7 lines
159 B
Python
# TODO ok, this thing should trigger .cfg import presumably??
|
|
from ..core import init
|
|
|
|
# TODO maybe, reuse example_config here?
|
|
|
|
class stub:
|
|
key = 'value'
|