| 1 | #!/usr/bin/env python |
| 2 | from vtkmodules.vtkImagingColor import vtkImageMapToWindowLevelColors |
| 3 | from vtkmodules.vtkImagingSources import vtkImageMandelbrotSource |
| 4 | from vtkmodules.vtkInteractionImage import vtkImageViewer |
nothing calls this directly
no test coverage detected