moto/moto/cloudwatch/__init__.py
Steve Pulec f37bad0e00 Lints.
2017-02-23 21:37:43 -05:00

7 lines
293 B
Python

from .models import cloudwatch_backends
from ..core.models import base_decorator, deprecated_base_decorator
cloudwatch_backend = cloudwatch_backends['us-east-1']
mock_cloudwatch = base_decorator(cloudwatch_backends)
mock_cloudwatch_deprecated = deprecated_base_decorator(cloudwatch_backends)