moto/moto/swf/__init__.py
2017-02-12 00:22:29 -05:00

6 lines
204 B
Python

from __future__ import unicode_literals
from .models import swf_backends
from ..core.models import MockAWS, base_decorator
swf_backend = swf_backends['us-east-1']
mock_swf = base_decorator(swf_backends)