mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
6 lines
124 B
Python
6 lines
124 B
Python
"""
|
|
__init__.py file for graphs folder
|
|
"""
|
|
from .base_graph import BaseGraph
|
|
from .smart_scraper_graph import SmartScraper
|