trudag.config
config_loader
config_loader(
resolve_paths: bool,
section: str | None = None,
config_file: Path = Path("./config.toml"),
) -> TrustableOptions
While loading the configuration, settings of multiple files will be merged. The last file has the highest precedence. Files specified via an environment variable are loaded after the files passed to this class, i.e.: First file from files ... Last file from files First file from env_var ... Last file from env_var for more info: https://typed-settings.readthedocs.io/en/latest/apiref.html#typed_settings.loaders.FileLoader