Salome HOME
[bos #42437] fixed problem where sketch validation icons in toolbar were not activated
[modules/shaper.git] / Test / TestMakeBrick3.py
1 import unittest
2
3 import examples.MakeBrick3
4
5 if __name__ == "__main__":
6     unittest.main()