pub fn register_io_module(_m: &str)Expand description
Register all I/O classes into a Python sub-module named "io".
This is a no-op placeholder that documents the intended PyO3 registration
point. When PyO3 is enabled as a dependency the body should call
m.add_class::PyVtkWriter() etc.