2014-03-27 21:06:03 +00:00
|
|
|
"""CacheControl import Interface.
|
|
|
|
|
|
|
|
Make it easy to import from cachecontrol without long namespaces.
|
|
|
|
"""
|
2014-04-23 06:24:08 +00:00
|
|
|
from .wrapper import CacheControl
|
|
|
|
from .adapter import CacheControlAdapter
|
|
|
|
from .controller import CacheController
|