Skip to content

Commit 1c4ba91

Browse files
committed
exposed abstract_graph allowing the user to create new graphs
1 parent 16f53c5 commit 1c4ba91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scrapegraphai/graphs/__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 graphs folder
33
"""
44

5+
from .abstract_graph import AbstractGraph
56
from .base_graph import BaseGraph
67
from .smart_scraper_graph import SmartScraperGraph
78
from .speech_graph import SpeechGraph

0 commit comments

Comments
 (0)