Update __init__.py
Browse files- __init__.py +1 -1
__init__.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
dependencies = [
|
2 |
{"url": "aiflows/ChatFlowModule", "revision": "297c90d08087d9ff3139521f11d1a48d7dc63ed4"},
|
3 |
]
|
4 |
-
from
|
5 |
|
6 |
flow_verse.sync_dependencies(dependencies)
|
7 |
|
|
|
1 |
dependencies = [
|
2 |
{"url": "aiflows/ChatFlowModule", "revision": "297c90d08087d9ff3139521f11d1a48d7dc63ed4"},
|
3 |
]
|
4 |
+
from aiflows import flow_verse
|
5 |
|
6 |
flow_verse.sync_dependencies(dependencies)
|
7 |
|