Update __init__.py
Browse files- __init__.py +3 -0
__init__.py
CHANGED
@@ -7,3 +7,6 @@
|
|
7 |
# from flows import flow_verse
|
8 |
|
9 |
# flow_verse.sync_dependencies(dependencies)
|
|
|
|
|
|
|
|
7 |
# from flows import flow_verse
|
8 |
|
9 |
# flow_verse.sync_dependencies(dependencies)
|
10 |
+
|
11 |
+
# ~~~ Import of your flow class (if you have any) ~~~
|
12 |
+
# from .NAMEOFYOURFLOW import NAMEOFYOURFLOWCLASS
|