save_config()
Write a config to a YAML file.
Usage
save_config(
config,
path,
)Parameters
config: TalkBoxConfig-
The configuration to save.
path: Path- Destination file path.
Write a config to a YAML file.
Usage
config: TalkBoxConfigThe configuration to save.
path: Path