9 lines
268 B
Python
9 lines
268 B
Python
"""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
|