Salome HOME
Merge branch 'master' into cgt/devCEA
[modules/shaper.git] / src / PythonAPI / Test / TestPlatine.py
1 import unittest
2
3 import salome.shaper.examples.Platine
4
5 if __name__ == "__main__":
6     unittest.main()