Renaming fetcher file to fetchers for clarity

This commit is contained in:
Karim shoair
2024-11-03 22:43:16 +02:00
parent 282b130864
commit b8afb390ae
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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