moto/moto/rekognition/__init__.py

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

6 lines
211 B
Python
Raw Normal View History

2022-03-29 14:15:25 +01:00
"""rekognition module initialization; sets value for base decorator."""
from .models import rekognition_backends
from ..core.models import base_decorator
mock_rekognition = base_decorator(rekognition_backends)