Files
requests3/requests3/core/_http/response.py
T
2018-03-17 10:39:18 -04:00

4 lines
131 B
Python

from ._sync.response import DeflateDecoder, GzipDecoder, HTTPResponse
__all__ = ['DeflateDecoder', 'GzipDecoder', 'HTTPResponse']