Start API Reference cs_board_tools io frb read_frb read_frb¶ Summary¶ read_frb(file_path: Path) → BoardFile¶ Reads Fortune Avenue .frb board files into Python objects. Parameters: file_path (Path) – The file name and path to the .frb file to load. Returns: An object representing that .frb file, called a BoardFile. Return type: BoardFile Importing¶ from cs_board_tools.io.frb import read_frb