moto/moto/elasticache/__init__.py
2021-12-07 11:09:13 -01:00

5 lines
139 B
Python

from .models import elasticache_backends
from ..core.models import base_decorator
mock_elasticache = base_decorator(elasticache_backends)