moto/moto/comprehend/__init__.py
2022-10-04 20:26:17 +00:00

6 lines
207 B
Python

"""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)