Dotenv
pip install -U python-dotenv
Load a .env file placed in the current working directory.
load_dotenv()
value = os.getenv('key')
pip install -U python-dotenv
Load a .env file placed in the current working directory.
load_dotenv()
value = os.getenv('key')