Salome HOME
Add Platine unit test
[modules/shaper.git] / src / PythonAPI / Test / TestPlatine.py
1 import unittest
2
3 import examples.Platine
4
5 if __name__ == "__main__":
6     unittest.main()