moto/moto/support/__init__.py
2021-12-24 20:02:45 -01:00

5 lines
127 B
Python

from .models import support_backends
from ..core.models import base_decorator
mock_support = base_decorator(support_backends)