style: expose ProxyRotator class to the public API
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
from typing import TYPE_CHECKING, Any
|
from typing import TYPE_CHECKING, Any
|
||||||
|
from scrapling.engines.toolbelt import ProxyRotator
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from scrapling.fetchers.requests import Fetcher, AsyncFetcher, FetcherSession
|
from scrapling.fetchers.requests import Fetcher, AsyncFetcher, FetcherSession
|
||||||
@@ -22,6 +23,7 @@ _LAZY_IMPORTS = {
|
|||||||
__all__ = [
|
__all__ = [
|
||||||
"Fetcher",
|
"Fetcher",
|
||||||
"AsyncFetcher",
|
"AsyncFetcher",
|
||||||
|
"ProxyRotator",
|
||||||
"FetcherSession",
|
"FetcherSession",
|
||||||
"DynamicFetcher",
|
"DynamicFetcher",
|
||||||
"DynamicSession",
|
"DynamicSession",
|
||||||
|
|||||||
Reference in New Issue
Block a user