update databasing system with minimum API, schema parsing and FreeCAD
integration
This commit is contained in:
8
pkg/freecad/Init.py
Normal file
8
pkg/freecad/Init.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Silo FreeCAD Workbench - Console initialization.
|
||||
|
||||
This file is loaded when FreeCAD starts (even in console mode).
|
||||
The GUI-specific initialization is in InitGui.py.
|
||||
"""
|
||||
|
||||
# No console-only initialization needed for Silo workbench
|
||||
# All functionality requires the GUI
|
||||
Reference in New Issue
Block a user