Cannot find Histogram method in Python vtk 9.0

Hi:

I am looking for vtkImageHistogram in Python vtk version 9 above.

I cannot find it.

How can I do Image Histogram in Python version 9 above?

Thanks

There are several examples in the C++ section of vtk-examples. If you know C++ they are easiy translated to Python.