Salome HOME
Merge branch 'CR26444'
[modules/shaper.git] / src / PythonAPI / model / parameter / __init__.py
index c5204f713ff74e39b435a7f1d7633a2e60315d06..0f0f64a18f6f803c72aba265117f941cb52d35d0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2015-2021  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
@@ -19,4 +19,6 @@
 """Package for Parameter plugin for the Parametric Geometry API of the Modeler.
 """
 
-from ParametersAPI import addParameter, removeParameter
\ No newline at end of file
+from ParametersAPI import addParameter, removeParameter
+
+from .import_parameter import *