Initial commit
This commit is contained in:
6
venv/lib/python3.7/site-packages/googletrans/urls.py
Normal file
6
venv/lib/python3.7/site-packages/googletrans/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Predefined URLs used to make google translate requests.
|
||||
"""
|
||||
BASE = 'https://translate.google.com'
|
||||
TRANSLATE = 'https://{host}/translate_a/single'
|
||||
Reference in New Issue
Block a user