This repository has been archived on 2023-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyNyaaTa/pynyaata/constants.py
2022-12-21 22:32:42 +00:00

5 lines
153 B
Python

from os import environ
VF_WORDS = environ.get("VF_WORDS", "vf,vostfr,multi,french").split(",")
CLOUDPROXY_ENDPOINT = environ.get("CLOUDPROXY_ENDPOINT")