aiohttp_client_cache.backends package

aiohttp_client_cache.backends.get_placeholder_backend(original_exception)[source]

This creates a placeholder type for a backend class that does not have dependencies installed. This allows delaying the ImportError until init is called, rather then when imported.