Salome HOME
Revert "Merge branch 'Pre_2.8.0_development'"
[modules/shaper.git] / src / PythonAPI / model / __init__.py
index 3a8c553ae55484d033b6f615776865496ef2d784..29364c692b38edf4074740ddaec6a2129bd1ce8b 100644 (file)
@@ -10,19 +10,18 @@ All features are available via model.add*() functions. Exceptions are:
 
 from services  import *
 from roots     import *
-from tools import Selection
 
 # Built-in features
 
-from sketcher.sketch  import addSketch
+from build import *
+from sketcher import *
 from connection import *
 from construction import *
 from exchange import *
 from features import *
+from collection import *
 from parameter import *
 from partset import *
-
-# Custom exceptions
-
-from errors import WrongNumberOfArguments
-from errors import FeatureInputInvalid
+from primitives import *
+from gdml import *
+from tests import *