mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-25 21:11:11 +08:00
feat: add base_node to __init__.py
Useful for people to create custom nodes
This commit is contained in:
parent
1219caa4ff
commit
cb1cb616b7
@ -2,6 +2,7 @@
|
|||||||
__init__.py file for node folder
|
__init__.py file for node folder
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
from .base_node import BaseNode
|
||||||
from .fetch_node import FetchNode
|
from .fetch_node import FetchNode
|
||||||
from .conditional_node import ConditionalNode
|
from .conditional_node import ConditionalNode
|
||||||
from .get_probable_tags_node import GetProbableTagsNode
|
from .get_probable_tags_node import GetProbableTagsNode
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user