Skip to content

Commit 5efeda3

Browse files
committed
Add AiohttpHTTPClient, HttpxHTTPClient to __all__
1 parent 23b8089 commit 5efeda3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

solvedac_community/HTTPClients/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@
1818
from .httpclient import ResponseData
1919
from .httpclient import Route
2020
from .httpclient import get_http_client
21+
from .aiohttp_client import AiohttpHTTPClient
22+
from .httpx_client import HttpxHTTPClient
2123

22-
__all__ = ["AbstractHTTPClient", "RequestMethod", "ResponseData", "Route", "get_http_client"]
24+
__all__ = ["AbstractHTTPClient", "AiohttpHTTPClient", "HttpxHTTPClient","RequestMethod", "ResponseData", "Route", "get_http_client"]

0 commit comments

Comments
 (0)