init
This commit is contained in:
14
neko_injector/neko/interfaces.py
Normal file
14
neko_injector/neko/interfaces.py
Normal file
@@ -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