moto/moto/comprehend/__init__.py

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

6 lines
207 B
Python
Raw Normal View History

"""comprehend module initialization; sets value for base decorator."""
from .models import comprehend_backends
from ..core.models import base_decorator
mock_comprehend = base_decorator(comprehend_backends)