set(classes
  vtkObservableExamplePython
  vtkPythonObservableWrapper
  vtkPythonRunLoop)

vtk_module_add_module(ParaView::RemotingPythonAsyncCore
  CLASSES ${classes})

set (files
  parat/utils.py)

vtk_module_add_python_package(ParaView::RemotingPythonAsyncCore
  FILES     ${files}
  PACKAGE   "parat"
  MODULE_DESTINATION "${python_destination}")
