moto/moto/ce/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
175 B
Python
Raw Normal View History

2022-06-28 13:40:49 +00:00
"""ce module initialization; sets value for base decorator."""
from .models import ce_backends
from ..core.models import base_decorator
mock_ce = base_decorator(ce_backends)