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.
"""
__author__ = 'Eric Larson'
__email__ = 'eric@ionrock.org'
2017-03-30 14:48:14 +02:00
__version__ = '0.12.2'
2014-04-24 13:20:51 +02:00
from .wrapper import CacheControl
from .adapter import CacheControlAdapter
from .controller import CacheController