wmt-2020-pl-en/googletrans/urls.py

7 lines
174 B
Python
Raw Permalink Normal View History

2015-06-05 16:43:05 +02:00
# -*- coding: utf-8 -*-
"""
Predefined URLs used to make google translate requests.
"""
2017-03-10 11:19:46 +01:00
BASE = 'https://translate.google.com'
TRANSLATE = 'https://{host}/translate_a/single'