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