pub fn parse_board_file(file_path: &str) -> Result<BoardPanel, String>Expand description
Take in the path a board or panel .emn file and return a Board struct.
pub fn parse_board_file(file_path: &str) -> Result<BoardPanel, String>Take in the path a board or panel .emn file and return a Board struct.