Salome HOME
Added CPP High API for FeaturesPlugin_RevolutionCut, FeaturesPlugin_RevolutionFuse
[modules/shaper.git] / src / PythonAPI / Test / TestPythonAPI.py
1 import unittest
2 import model
3 import geom
4
5 if __name__ == "__main__":
6     unittest.main()