add freecad.part module

This commit is contained in:
looooo
2024-01-02 23:25:10 +01:00
parent d8034c0a86
commit fd73f5e3e1

3
freecad/part.py Normal file
View File

@@ -0,0 +1,3 @@
# this should be part of FreeCAD itself, remove this file once
# relevant PR is merged
from Part import *