Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
"""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)