moto/moto/cloudformation/__init__.py
2023-11-30 14:55:51 -01:00

6 lines
210 B
Python

from ..core.models import base_decorator
from .models import cloudformation_backends
cloudformation_backend = cloudformation_backends["us-east-1"]
mock_cloudformation = base_decorator(cloudformation_backends)