moto/moto/identitystore/__init__.py

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

6 lines
219 B
Python
Raw Normal View History

"""identitystore module initialization; sets value for base decorator."""
from ..core.models import base_decorator
from .models import identitystore_backends
mock_identitystore = base_decorator(identitystore_backends)