style: expose ProxyRotator class to the public API

This commit is contained in:
Karim shoair
2026-02-10 21:20:07 +02:00
parent 8df74dc57b
commit 4e3829fced
+2
View File
@@ -1,4 +1,5 @@
from typing import TYPE_CHECKING, Any
from scrapling.engines.toolbelt import ProxyRotator
if TYPE_CHECKING:
from scrapling.fetchers.requests import Fetcher, AsyncFetcher, FetcherSession
@@ -22,6 +23,7 @@ _LAZY_IMPORTS = {
__all__ = [
"Fetcher",
"AsyncFetcher",
"ProxyRotator",
"FetcherSession",
"DynamicFetcher",
"DynamicSession",