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