mirror of
https://git.selfprivacy.org/SelfPrivacy/docs.selfprivacy.org.git
synced 2024-11-15 00:13:16 +00:00
4 lines
154 B
Python
4 lines
154 B
Python
|
TRANSLATE_API_ENDPOINT_URL = "https://api-free.deepl.com/v2/translate"
|
||
|
USAGE_API_ENDPOINT_URL = "https://api-free.deepl.com/v2/usage"
|
||
|
API_ACCESS_KEY = ""
|