archaeo_super_prompt.config.env
source module archaeo_super_prompt.config.env
Secret variables management.
Functions
-
getenv_or_throw — Load an environment value from the .env file.
source getenv_or_throw(var_name: str)
Load an environment value from the .env file.
The program will crash if this values does not exist.
Raises
-
Exception