I’m trying to access a method in the logic class of a ScriptedLoadableModule I created and loaded into slicer.
The custom module is listed in slicer.modules, but in slicer.modules.CUSTOMMODULE.logic() I can’t access the specific methods of the module.
Is there a way to solve this?
Thanks a lot, Sebastian