4 lines
96 B
Python
4 lines
96 B
Python
from os import environ
|
|
|
|
VF_WORDS = environ.get("VF_WORDS", "vf,vostfr,multi,french").split(",")
|