moto/moto/cloudfront/__init__.py
2021-11-29 13:35:43 -01:00

6 lines
188 B
Python

from .models import cloudfront_backend
from ..core.models import base_decorator
cloudfront_backends = {"global": cloudfront_backend}
mock_cloudfront = base_decorator(cloudfront_backends)