Salome HOME
Task 5.1.7: To be able to export a part to a file and import it into an existing...
[modules/shaper.git] / src / PythonAPI / model / exchange / __init__.py
index 308e1e6f3929ba4b695a77e6065b8d0cd8ffa40d..5bd0d6c0b6cc60348c27786a3803a169112d49f3 100644 (file)
@@ -19,4 +19,7 @@
 """Package for Exchange plugin for the Parametric Geometry API of the Modeler.
 """
 
-from ExchangeAPI import addImport, exportToFile, exportToXAO
\ No newline at end of file
+from ExchangeAPI import addImport, exportToFile, exportToXAO
+from ExchangeAPI import exportPart, importPart
+
+from .tools import *