moto/moto/redshift/__init__.py

5 lines
130 B
Python
Raw Normal View History

2014-11-22 14:03:09 -05:00
from .models import redshift_backends
from ..core.models import base_decorator
2014-11-22 14:03:09 -05:00
2017-02-12 00:22:29 -05:00
mock_redshift = base_decorator(redshift_backends)