moto/moto/redshift/__init__.py

5 lines
130 B
Python

from .models import redshift_backends
from ..core.models import base_decorator
mock_redshift = base_decorator(redshift_backends)