Run custom module in virtual environment

Hi!

I would like to create a custom module, just like the BlurImage example.

Is it possible to activate a venv in the python script? The venv would be placed in the module’s folder.

Thanks!