---------------------------------------------------------------------- This is the API documentation for the gdtest_python_layout library. ---------------------------------------------------------------------- ## Functions Utility functions read_file(path: str) -> str Read contents of a file. Parameters ---------- path Path to the file. Returns ------- str File contents. write_file(path: str, content: str) -> None Write content to a file. Parameters ---------- path Path to the file. content Content to write.