]> 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 2e43b1241ec636b1435d38b84d008dd29de762ef..c33d8194590412b8064b5a138b3dacf8703aa1f2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2023  CEA, EDF
+# 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,7 +19,8 @@
 """Package for Exchange plugin for the Parametric Geometry API of the Modeler.
 """
 
-from ExchangeAPI import addImport, addImportSTEP, exportToFile, exportToXAO, exportToSTL
+from ExchangeAPI import addImport, addImportXAOMem, addImportSTEP
+from ExchangeAPI import exportToFile, exportToXAO, exportToXAOMem, exportToSTL
 from ExchangeAPI import exportPart, importPart, addImportImage
 
 from .tools import *