Reading a CGNS file in Python

Hello,

I would like to read/import a CGNS file using the VTK Python bindings, but I did not find a vtkCGNSReader() method in the Python vtk module. Using vtkGenericDataClassReader does not work either.

It is a HDF5 CGNS file.

How do I do it?