init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from neko_configparser import ConfigParserInterface
|
||||
|
||||
|
||||
neko_config = ConfigParserInterface.parse_config()
|
||||
|
||||
|
||||
__all__ = ['ConfigParserInterface', 'neko_config']
|
||||
@@ -0,0 +1,14 @@
|
||||
from ..modules.variants import (
|
||||
inject_module,
|
||||
inject_modules,
|
||||
inject_object,
|
||||
get_injected_object
|
||||
)
|
||||
|
||||
|
||||
__all__ = [
|
||||
'inject_module',
|
||||
'inject_modules',
|
||||
'inject_object',
|
||||
'get_injected_object'
|
||||
]
|
||||
Reference in New Issue
Block a user