save_config()

Write a config to a YAML file.

Usage

Source

save_config(
    config,
    path,
)

Parameters

config: TalkBoxConfig

The configuration to save.

path: Path
Destination file path.