Salome HOME
updated copyright message
[modules/shaper.git] / src / PythonAPI / model / parameter / __init__.py
index f0c7b22e8414a409859c3ab92c217ed204122a69..4282b549c7dfd67aedb9c736df67fe797b984865 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2015-2023  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,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 *