ajh-code commited on
Commit
c847ee2
·
verified ·
1 Parent(s): 49aa547

Add vendor/mage_flow/models/__init__.py

Browse files
vendor/mage_flow/models/__init__.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from .utils import load_model
2
+
3
+ __all__ = ["load_model"]