diff --git a/scrapling/__init__.py b/scrapling/__init__.py index 8323d50..d33f63a 100644 --- a/scrapling/__init__.py +++ b/scrapling/__init__.py @@ -1,5 +1,5 @@ # Declare top-level shortcuts -from scrapling.fetcher import Fetcher, StealthyFetcher, PlayWrightFetcher, CustomFetcher +from scrapling.fetchers import Fetcher, StealthyFetcher, PlayWrightFetcher, CustomFetcher from scrapling.parser import Adaptor, Adaptors from scrapling.core.custom_types import TextHandler, AttributesHandler diff --git a/scrapling/fetcher.py b/scrapling/fetchers.py similarity index 100% rename from scrapling/fetcher.py rename to scrapling/fetchers.py