write_yaml#
module opensg.io.io
- opensg.io.io.write_yaml(data, yaml_file)#
Write data to a YAML file.
- Parameters:
data (dict) – Data to write to the file
yaml_file (str) – Path to the output YAML file
- Returns:
None
module opensg.io.io
Write data to a YAML file.
data (dict) – Data to write to the file
yaml_file (str) – Path to the output YAML file
None