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