Config
config.SectionSettings
Base for every athome settings model; binds one [section] of ~/.athome/config.toml.
Usage
config.SectionSettings()
Precedence: init kwargs > env (ATHOME_
_
:::
config.AthomeSettings
Root settings: the shared filesystem roots and the machine env prefix.
Usage
config.AthomeSettings()config.load()
Construct a settings model once per process (cleared in tests via load.cache_clear()).
Usage
config.load(model)