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'
|
2017-03-10 14:44:39 +01:00
|
|
|
TRANSLATE = 'https://translate.google.com/translate_a/single'
|