--- a/nodes/exchange/approx_subd_to_nurbs.py    2023-03-08 13:44:30.851397416 +0300
+++ b/nodes/exchange/approx_subd_to_nurbs.py    2023-03-08 13:45:02.511429695 +0300
@@ -84,9 +84,9 @@
 
 def ApproxSubdToNurbs(Object):
 
-    from FreeCAD import Part
-    from FreeCAD.Part import BSplineCurve
-    from FreeCAD.Part import makeCompound
+    import Part
+    from Part import BSplineCurve
+    from Part import makeCompound
 
     F.newDocument("freecad_temp")
     F.setActiveDocument('freecad_temp')
