Tachi67 commited on
Commit
534db37
1 Parent(s): ca95c8a

Update __init__.py

Browse files
Files changed (1) hide show
  1. __init__.py +1 -1
__init__.py CHANGED
@@ -7,7 +7,7 @@ dependencies = [
7
  {"url": "aiflows/HumanStandardInputFlowModule", "revision": "5683a922372c5fa90be9f6447d6662d8d80341fc"}
8
  ]
9
 
10
- from flows import flow_verse
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