]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PythonAPI/model/exchange/__init__.py
Salome HOME
Updated copyright comment
[modules/shaper.git] / src / PythonAPI / model / exchange / __init__.py
index 308e1e6f3929ba4b695a77e6065b8d0cd8ffa40d..c33d8194590412b8064b5a138b3dacf8703aa1f2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2015-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -19,4 +19,8 @@
 """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, addImportXAOMem, addImportSTEP
+from ExchangeAPI import exportToFile, exportToXAO, exportToXAOMem, exportToSTL
+from ExchangeAPI import exportPart, importPart, addImportImage
+
+from .tools import *