moto/moto/swf/__init__.py

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

5 lines
115 B
Python
Raw Normal View History

from .models import swf_backends
from ..core.models import base_decorator
2017-02-12 00:22:29 -05:00
mock_swf = base_decorator(swf_backends)