]> SALOME platform Git repositories - modules/shaper.git/blob - src/PythonAPI/Test/TestPythonAPI.py
Salome HOME
a175ed27a64c4cd87ca39ad9be44e155227095d3
[modules/shaper.git] / src / PythonAPI / Test / TestPythonAPI.py
1 import unittest
2 from salome.shaper import model
3 from salome.shaper import geom
4
5 if __name__ == "__main__":
6     unittest.main()