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

5 lines
153 B
Python
Raw Normal View History

2022-10-26 13:06:04 +00:00
from os import environ
VF_WORDS = environ.get("VF_WORDS", "vf,vostfr,multi,french").split(",")
2022-12-21 22:32:42 +00:00
CLOUDPROXY_ENDPOINT = environ.get("CLOUDPROXY_ENDPOINT")