Import the static Python module loader
For static builds, this adds a check to paraview/modules/__init__.py to see if the Python modules are compiled in as builtins, and if not, then _paraview_modules_static is imported to load the modules. This commit also adds an __all__ to paraview/modules/__init__.py
Similar code exists in VTK's vtkmodules/__init__.py