moto/moto/sts/__init__.py
2022-06-04 11:30:16 +00:00

5 lines
115 B
Python

from .models import sts_backends
from ..core.models import base_decorator
mock_sts = base_decorator(sts_backends)