1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_vendor/cachecontrol/__init__.py

12 lines
302 B
Python
Raw Normal View History

2014-04-24 13:20:51 +02:00
"""CacheControl import Interface.
Make it easy to import from cachecontrol without long namespaces.
"""
2018-06-21 14:59:26 +02:00
__author__ = "Eric Larson"
__email__ = "eric@ionrock.org"
__version__ = "0.12.5"
2014-04-24 13:20:51 +02:00
from .wrapper import CacheControl
from .adapter import CacheControlAdapter
from .controller import CacheController