I am writing a Python script to generate footprints using the footprint wizard. The script works, but it is only loaded once when KiCad is started. If I make any modification to the script after KiCAD is launched, the function in the Footprint Wizard do not change. This makes it very time consuming to debug since I have to restart KiCad every time I edit the script.
Is there a way to force KiCAD to reload the scripts each time they are launched?