moto/moto/datapipeline/__init__.py

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

5 lines
142 B
Python
Raw Normal View History

2015-09-16 14:00:38 +00:00
from .models import datapipeline_backends
from ..core.models import base_decorator
2015-09-16 14:00:38 +00:00
2017-02-12 05:22:29 +00:00
mock_datapipeline = base_decorator(datapipeline_backends)