Salome HOME
Implement dumping filters to Python
[modules/shaper.git] / src / PythonAPI / model / __init__.py
index 08f3d86507b48d4fadbb204059b2e784e10a64c5..8bdbd49a809df9e3fba858476051747eeca99234 100644 (file)
@@ -37,6 +37,7 @@ from .connection import *
 from .construction import *
 from .exchange import *
 from .features import *
+from .filters import *
 from .collection import *
 from .parameter import *
 from .partset import *