Automatically load python plugin in paraview 5.6 based application

Hello,

As part of the development of LidarView (currently based on Paraview 5.6), we would like to integrate new functionnalities to our application via plugins that are implemented in python (using VTKPythonAlgorithmBase

Is there a way to package those plugins with the application and autoload them when running the app?

I’m aware of the add_paraview_plugin command in paraview’s cmake but I haven’t been able to make it work with python plugins.

Thanks for you help