Salome HOME
Implementation of SketchCopy feature
[modules/shaper.git] / src / PythonAPI / model / sketcher / __init__.py
index f2e2fbebe3fc51b3ee28008d02dd3e4de738cc1c..b93424b8614f90ceb8cee6afee5cfa97ef5e1dd8 100644 (file)
@@ -19,6 +19,6 @@
 """Package for Sketch plugin for the Parametric Geometry API of the Modeler.
 """
 
-from SketchAPI import addSketch
+from SketchAPI import addSketch, copySketch
 from .tools import *
 from .tests import *