Salome HOME
SketchSolver Refactoring: Eliminate SolveSpace as a sketch solver.
[modules/shaper.git] / src / PythonAPI / Test / TestMakeBrick2.py
1 import unittest
2
3 import salome.shaper.examples.MakeBrick2
4
5 if __name__ == "__main__":
6     unittest.main()