config
¤
Settings used to configure nendo.
NendoConfig
¤
Bases: BaseSettings
The basic nendo configuration object.
Uses pydantic's settings management features. Refer to the documentation page on configuration management for a full list of configuration options.
get_settings
cached
¤
get_settings() -> NendoConfig
Return the Nendo configuration, cached.
Source code in src/nendo/config.py
46 47 48 49 |
|