Resolve "[FreeCAD] Создание и экспорт разметки для сборки сцен"
This commit is contained in:
parent
136279f3e9
commit
cf036c551f
17 changed files with 1551 additions and 6 deletions
4
markup_workbench/gui/__init__.py
Normal file
4
markup_workbench/gui/__init__.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import os
|
||||
from .version import __version__
|
||||
|
||||
ICONPATH = os.path.join(os.path.dirname(__file__), "resources")
|
Loading…
Add table
Add a link
Reference in a new issue