Files
old-nlp/venv/lib/python3.7/site-packages/googletrans/urls.py

7 lines
174 B
Python
Raw Normal View History

2019-10-20 13:16:49 +02:00
# -*- coding: utf-8 -*-
"""
Predefined URLs used to make google translate requests.
"""
BASE = 'https://translate.google.com'
TRANSLATE = 'https://{host}/translate_a/single'