---------------------------------------------------------------------- This is the API documentation for the gdtest_lib_layout library. ---------------------------------------------------------------------- ## Functions Utility functions close_connection() -> None Close the current connection. open_connection(url: str) -> bool Open a connection to the given URL. Parameters ---------- url The URL to connect to. Returns ------- bool True if connected successfully.