mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
4 lines
131 B
Python
4 lines
131 B
Python
from ._sync.response import DeflateDecoder, GzipDecoder, HTTPResponse
|
|
|
|
__all__ = ['DeflateDecoder', 'GzipDecoder', 'HTTPResponse']
|