mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
c9a188add2
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
4 lines
131 B
Python
4 lines
131 B
Python
from ._sync.response import DeflateDecoder, GzipDecoder, HTTPResponse
|
|
|
|
__all__ = ['DeflateDecoder', 'GzipDecoder', 'HTTPResponse']
|