---------------------------------------------------------------------- This is the API documentation for the gdtest_source_branch library. ---------------------------------------------------------------------- ## Functions Public functions read_data(path: str) -> str Read data from a file path. Parameters ---------- path The file path to read from. Returns ------- str The file contents. write_data(path: str, data: str) -> None Write data to a file path. Parameters ---------- path The file path to write to. data The data to write.