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