feat: initial commit
This commit is contained in:
5
service/scrapers/__init__.py
Normal file
5
service/scrapers/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .fetcher import HttpScraper
|
||||
from .stealthy import StealthyScraper
|
||||
from .dynamic import DynamicScraper
|
||||
|
||||
__all__ = ["HttpScraper", "StealthyScraper", "DynamicScraper"]
|
||||
Reference in New Issue
Block a user