Salome HOME
Added support of python high level API addons proposed by DBC as test of this approach.
[modules/shaper.git] / src / PythonAddons / macros / __init__.py
1 """Python macro-features package
2 A macro-feature is a feature which executes a sequence of user actions.
3 Such feature is not registered in the application history. Instead,
4 only the operations it encapsulates are registered.
5 For editing the result of such feature, the user edits the operations
6 used in the macro-feature.
7 """