Add new api, new deps system

This commit is contained in:
hhh
2024-02-11 16:21:38 +02:00
parent 9cea034fc3
commit 4ee43ffd9b
5 changed files with 14 additions and 5 deletions

View File

@@ -2,7 +2,8 @@ from .neko.interfaces import (
inject_module,
inject_modules,
inject_object,
get_injected_object
get_injected_objects,
get_injected_object,
)
@@ -10,5 +11,6 @@ __all__ = [
'inject_module',
'inject_modules',
'inject_object',
'get_injected_objects',
'get_injected_object'
]