]> SALOME platform Git repositories - modules/shaper.git/blob - src/PythonAPI/Test/TestMakeBrick2.py
Salome HOME
Issue #1648: Dump Python in the High Level Parameterized Geometry API
[modules/shaper.git] / src / PythonAPI / Test / TestMakeBrick2.py
1 import unittest
2
3 import examples.MakeBrick2
4
5 if __name__ == "__main__":
6     unittest.main()