File size: 650 Bytes
5a600b9
 
 
 
2c98f5b
5a600b9
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
dependencies = [
    {"url": "Tachi67/ContentWriterFlowModule", "revision": "main"},
    {"url": "Tachi67/InteractiveCodeGenFlowModule", "revision": "main"},
    {"url": "Tachi67/TestCodeFlowModule", "revision": "main"},
    {"url": "aiflows/ChatFlowModule", "revision": "297c90d08087d9ff3139521f11d1a48d7dc63ed4"},
    {"url": "aiflows/HumanStandardInputFlowModule", "revision": "5683a922372c5fa90be9f6447d6662d8d80341fc"}
]
from flows import flow_verse

flow_verse.sync_dependencies(dependencies)

from .CodeWriterFlow import CodeWriterFlow
from .CodeWriterCtrlFlow import CodeWriterCtrlFlow
from .CodeWriterAskUserFlow import CodeWriterAskUserFlow