write_frb

Summary

write_frb(board_file: BoardFile, file_path: Path)

Saves a BoardFile object back to a Fortune Avenue-compatible .frb file.

Parameters:
  • board_file (BoardFile) – The BoardFile object to save.

  • file_path (Path) – The file name and path to save the .frb file to.

Importing

from cs_board_tools.io.frb import write_frb