Salome HOME
bos #29477 Information on shape in TUI. New 'shapeInfo' python method.
[modules/shaper.git] / src / PythonAPI / geom / __init__.py
index 6202c4b58a28946b6bbd06dfa182b95198c4643b..00475f940a049733c995cd31ae151ced76935383 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2015-2022  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -38,3 +38,4 @@ from GeomAPI import GeomAPI_Shape  as Shape
 
 from GeomAlgoAPI import GeomAlgoAPI_Boolean   as Boolean
 
+from .ShapeInfo import *