FlowModule / __init__.py
nbaldwin's picture
renamed flows to aiflows
c9f9fe3
raw
history blame contribute delete
428 Bytes
# ~~~ Specify the dependencies ~~~
# e.g.,
# dependencies = [
# {"url": "aiflows/AutoGPTFlowModule", "revision": "main"},
# ]
# Revision can correspond toa branch, commit hash or a absolute path to a local directory (ideal for development)
# from aiflows import flow_verse
# flow_verse.sync_dependencies(dependencies)
# ~~~ Import of your flow class (if you have any) ~~~
# from .NAMEOFYOURFLOW import NAMEOFYOURFLOWCLASS