zut.env.load_dotenv
- zut.env.load_dotenv(paths: str | PathLike | Iterable[str | PathLike] | None = None, *, override=False, missing_ok=True) None
Load environment file(s).
- Parameters:
paths – Path(s) to the environment file(s) to load. Default to .env, searched in increasingly higher folders from the directory of the script being executed.