Spaces:
Runtime error
Runtime error
| # -*- coding: utf-8 -*- | |
| """ | |
| Predefined URLs used to make google translate requests. | |
| """ | |
| BASE = 'https://translate.google.com' | |
| TRANSLATE = 'https://{host}/translate_a/single' | |
| # -*- coding: utf-8 -*- | |
| """ | |
| Predefined URLs used to make google translate requests. | |
| """ | |
| BASE = 'https://translate.google.com' | |
| TRANSLATE = 'https://{host}/translate_a/single' | |