"""vtkpython -- the primary module for the vtk-python wrappers.

This module loads the various shared object files that make up
the vtk-python interface. 
"""

from vtk import *

from vtk.util.misc import *
