Update __init__.py
Browse files- __init__.py +1 -1
__init__.py
CHANGED
@@ -8,7 +8,7 @@ dependencies = [
|
|
8 |
{"url": "aiflows/ChatFlowModule", "revision": "a749ad10ed39776ba6721c37d0dc22af49ca0f17"},
|
9 |
]
|
10 |
|
11 |
-
from
|
12 |
flow_verse.sync_dependencies(dependencies)
|
13 |
from .ControllerFlow_ExtLib import ControllerFlow_ExtLib
|
14 |
from .CtrlExMem_ExtLib import CtrlExMem_ExtLib
|
|
|
8 |
{"url": "aiflows/ChatFlowModule", "revision": "a749ad10ed39776ba6721c37d0dc22af49ca0f17"},
|
9 |
]
|
10 |
|
11 |
+
from aiflows import flow_verse
|
12 |
flow_verse.sync_dependencies(dependencies)
|
13 |
from .ControllerFlow_ExtLib import ControllerFlow_ExtLib
|
14 |
from .CtrlExMem_ExtLib import CtrlExMem_ExtLib
|