moto/moto/quicksight/__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

"""quicksight module initialization; sets value for base decorator."""
from .models import quicksight_backends
from ..core.models import base_decorator
mock_quicksight = base_decorator(quicksight_backends)