src.common.save_config

src.common.save_config(config, path)[source]

Save config to TOML file

Args:

config: Configuration object (dataclass or dict) path: Path to save config file

Parameters:
  • config (Any)

  • path (str | Path)

Return type:

None