My modular input script imports the cryptography library :
import cryptography.hazmat.bindings._padding
This '_padding.so' is generated at runtime on my Linux machine which results in an import error when I open my add-on in the browser and apparently, the modular input fails to initialize.