moto/moto/stepfunctions/__init__.py

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

5 lines
143 B
Python
Raw Normal View History

from .models import stepfunction_backends
from ..core.models import base_decorator
mock_stepfunctions = base_decorator(stepfunction_backends)