# -*- coding: utf-8 -*-
"""
Predefined URLs used to make google translate requests.
"""

BASE = "https://translate.google.com"
TRANSLATE = "https://{host}/translate_a/single"
