Tachi67's picture
Update __init__.py
a9f327a
raw
history blame
No virus
459 Bytes
# ~~~ Specify the dependencies ~~~
dependencies = [
{"url": "Tachi67/MemoryReadingFlowModule", "revision": "main"},
{"url": "Tachi67/CodeGeneratorFlowModule", "revision": "main"},
{"url": "Tachi67/CodeFileEditFlowModule", "revision": "main"},
{"url": "Tachi67/ParseFeedbackFlowModule", "revision": "main"},
]
from aiflows import flow_verse
flow_verse.sync_dependencies(dependencies)
from .InteractiveCodeGenFlow import InteractiveCodeGenFlow