This repository has been archived on 2022-06-15. You can view files and clone it, but cannot push or open issues/pull-requests.
selfprivacy-translate/constants.py

5 lines
225 B
Python
Raw Permalink Normal View History

2021-11-04 15:13:41 +02:00
TRANSLATE_API_ENDPOINT_URL = "https://api-free.deepl.com/v2/translate"
USAGE_API_ENDPOINT_URL = "https://api-free.deepl.com/v2/usage"
LANGUAGES_API_ENDPOINT_URL = "https://api-free.deepl.com/v2/languages"
2021-11-04 15:13:41 +02:00
API_ACCESS_KEY = ""