You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 302B

1234567891011
  1. """CacheControl import Interface.
  2. Make it easy to import from cachecontrol without long namespaces.
  3. """
  4. __author__ = "Eric Larson"
  5. __email__ = "eric@ionrock.org"
  6. __version__ = "0.12.5"
  7. from .wrapper import CacheControl
  8. from .adapter import CacheControlAdapter
  9. from .controller import CacheController