]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PythonAPI/Test/TestPythonAPI.py
Salome HOME
[PythonAPI] Remove the word shaper from some places in PythonAPI
[modules/shaper.git] / src / PythonAPI / Test / TestPythonAPI.py
diff --git a/src/PythonAPI/Test/TestPythonAPI.py b/src/PythonAPI/Test/TestPythonAPI.py
new file mode 100644 (file)
index 0000000..e1fe337
--- /dev/null
@@ -0,0 +1,6 @@
+import unittest
+import model
+import geom
+
+if __name__ == "__main__":
+    unittest.main()