]> SALOME platform Git repositories - modules/shaper.git/blob - src/PythonAPI/Test/TestMakeBrick1.py
Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[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()