0ab54852c4
It can be considered the simplest form of round robin since we don't have weights or anything (as was originally planned), but let's change it to avoid confusion or useless debates. Here goes nothing
4 lines
139 B
Python
4 lines
139 B
Python
from .proxy_rotation import ProxyRotator, is_proxy_error, cyclic_rotation
|
|
|
|
__all__ = ["ProxyRotator", "is_proxy_error", "cyclic_rotation"]
|