Env files are files that contain environment variable definitions. For example: ```bash PERSON_NAME=Makram PERSON_AGE=25 PERSON_IS_MARRIED=False ``` Add support from within `envconfig` to read and process these env files into an object provided by the user.
Env files are files that contain environment variable definitions. For example:
Add support from within
envconfigto read and process these env files into an object provided by the user.