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