"""Example addon — console initialization. This file runs in both console and GUI mode. Use it for non-GUI setup such as registering custom property types or document observers that should work without a display. Most addons only need a log line here. Heavy setup belongs in InitGui.py. """ import FreeCAD FreeCAD.Console.PrintLog("example-addon: console init\n")