]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PythonAPI/model/parameter/__init__.py
Salome HOME
Add parameter feature without tests.
[modules/shaper.git] / src / PythonAPI / model / parameter / __init__.py
diff --git a/src/PythonAPI/model/parameter/__init__.py b/src/PythonAPI/model/parameter/__init__.py
new file mode 100644 (file)
index 0000000..44bde3f
--- /dev/null
@@ -0,0 +1,4 @@
+"""Package for Parameter plugin for the Parametric Geometry API of the Modeler.
+"""
+
+from parameter import addParameter
\ No newline at end of file