]> SALOME platform Git repositories - modules/shaper.git/blob - src/PythonAPI/Test/TestShaper.py
Salome HOME
Make redirect missing attributes to the feature.
[modules/shaper.git] / src / PythonAPI / Test / TestShaper.py
1 import unittest
2 from shaper import model
3 from shaper import geom
4
5 if __name__ == "__main__":
6     unittest.main()