Skip to content

Commit cb1cb61

Browse files
authored
feat: add base_node to __init__.py
Useful for people to create custom nodes
1 parent 1219caa commit cb1cb61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scrapegraphai/nodes/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
__init__.py file for node folder
33
"""
44

5+
from .base_node import BaseNode
56
from .fetch_node import FetchNode
67
from .conditional_node import ConditionalNode
78
from .get_probable_tags_node import GetProbableTagsNode

0 commit comments

Comments
 (0)