Skip to content

Dotenv

pip install -U python-dotenv

Load a .env file placed in the current working directory.

load_dotenv()
value =  os.getenv('key')