freecad.workbench_starterkit icon indicating copy to clipboard operation
freecad.workbench_starterkit copied to clipboard

remove freecad/__init__.py because it conflicts with the original freecad module

Open bdieterm opened this issue 1 year ago • 0 comments

The folder freecad MUST NOT have an "__init__.py" file. Otherwise the folder would be interpreted as module "freecad" and override the original "freecad" module (https://github.com/FreeCAD/FreeCAD/tree/main/src/Ext/freecad) which manages the namespace for all addons.

bdieterm avatar Sep 09 '24 21:09 bdieterm