Salome HOME
7c0c686d96c8b9bc668ec36ac2cc46483a2a407f
[modules/shaper.git] / src / PythonAPI / Test / TestMakeBrick1.py
1 import unittest
2
3 import salome.shaper.examples.MakeBrick1
4
5 if __name__ == "__main__":
6     unittest.main()