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