moto/moto/polly/__init__.py
2017-09-26 16:46:18 +01:00

7 lines
205 B
Python

from __future__ import unicode_literals
from .models import polly_backends
from ..core.models import base_decorator
polly_backend = polly_backends['us-east-1']
mock_polly = base_decorator(polly_backends)