tomaseo2022's picture
Upload 2 files
58607b6
raw
history blame contribute delete
174 Bytes
# -*- coding: utf-8 -*-
"""
Predefined URLs used to make google translate requests.
"""
BASE = 'https://translate.google.com'
TRANSLATE = 'https://{host}/translate_a/single'