What is Dotenv. Use Dotenv package #test.py from os import environ print(environ.get("ENV_VAR")) # Output : test #.env ENV_VAR=test ...
確定! 回上一頁