Get and set values in your .env file in local and production servers like Heroku does.
Python-dotenv reads key-value pairs from a .env file and can set them as environment variables. It helps in the development of applications following the 12-factor principles.