---------------------------------------------------------------------- This is the API documentation for the gdtest_rst_important library. ---------------------------------------------------------------------- ## Functions Utility functions finalize() -> None Finalize the system and flush pending operations. Returns ------- None .. important:: Call this to flush all pending operations. initialize(config_path: str) -> None Initialize the system from a configuration file. Parameters ---------- config_path The path to the configuration file. Returns ------- None .. important:: Must be called before any other function.