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