6 lines
154 B
Python
6 lines
154 B
Python
from .responses import TranscribeResponse
|
|
|
|
url_bases = [r"https?://transcribe\.(.+)\.amazonaws\.com"]
|
|
|
|
url_paths = {"{0}/$": TranscribeResponse.dispatch}
|