add oxiApi
This commit is contained in:
7
oxi/interface/models/__init__.py
Normal file
7
oxi/interface/models/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import importlib
|
||||
import pkgutil
|
||||
|
||||
package = __package__
|
||||
|
||||
for loader, module_name, is_pkg in pkgutil.iter_modules(__path__):
|
||||
importlib.import_module(f"{package}.{module_name}")
|
||||
Reference in New Issue
Block a user