moto/moto/batch_simple/__init__.py

6 lines
193 B
Python
Raw Normal View History

2022-05-06 09:45:56 +00:00
from .models import batch_simple_backends
from ..core.models import base_decorator
batch_backend = batch_simple_backends["us-east-1"]
mock_batch_simple = base_decorator(batch_simple_backends)