Spaces:
Runtime error
Runtime error
File size: 174 Bytes
58607b6 |
1 2 3 4 5 6 7 |
# -*- coding: utf-8 -*-
"""
Predefined URLs used to make google translate requests.
"""
BASE = 'https://translate.google.com'
TRANSLATE = 'https://{host}/translate_a/single'
|