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