Tachi67 commited on
Commit
71436e0
·
1 Parent(s): ac58f9a

Update __init__.py

Browse files
Files changed (1) hide show
  1. __init__.py +1 -1
__init__.py CHANGED
@@ -1,7 +1,7 @@
1
  dependencies = [
2
  {"url": "aiflows/ChatFlowModule", "revision": "297c90d08087d9ff3139521f11d1a48d7dc63ed4"},
3
  ]
4
- from flows import flow_verse
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