feat: add base_node to __init__.py

Useful for people to create custom nodes
This commit is contained in:
Marco Perini 2024-05-03 14:18:12 +02:00 committed by GitHub
parent 1219caa4ff
commit cb1cb616b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@
__init__.py file for node folder
"""
from .base_node import BaseNode
from .fetch_node import FetchNode
from .conditional_node import ConditionalNode
from .get_probable_tags_node import GetProbableTagsNode