This commit is contained in:
enarciso2009 2026-02-24 16:32:52 +02:00 committed by GitHub
commit adaf8bce79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,10 @@
"""
HTTPX is a fully featured HTTP client for Python.
This module exposes the public HTTPX API, including the Client and AsyncClient
classes, request functions, transports, exceptions, and related utilities.
"""
from .__version__ import __description__, __title__, __version__
from ._api import *
from ._auth import *