]> SALOME platform Git repositories - modules/shaper.git/blob - src/PythonAPI/Test/TestMakeBrick3.py
Salome HOME
Fix tests
[modules/shaper.git] / src / PythonAPI / Test / TestMakeBrick3.py
1 import unittest
2
3 import examples.MakeBrick3
4
5 if __name__ == "__main__":
6     unittest.main()