This commit is contained in:
Manchik
2026-04-17 22:22:40 +03:00
commit c82866b58a
135 changed files with 18493 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
from .request import BaseRequestStrategy
from .storage import BaseCookieStorage
__all__ = [
'BaseRequestStrategy',
'BaseCookieStorage',
]