moto/moto/cognitoidp/__init__.py
2018-05-07 09:38:04 -05:00

7 lines
279 B
Python

from __future__ import unicode_literals
from .models import cognitoidp_backends
from ..core.models import base_decorator, deprecated_base_decorator
mock_cognitoidp = base_decorator(cognitoidp_backends)
mock_cognitoidp_deprecated = deprecated_base_decorator(cognitoidp_backends)