]> SALOME platform Git repositories - modules/shaper.git/blob - src/PythonAPI/model/sketcher/__init__.py
Salome HOME
2d5622aee495d850add82153e5666845afdb0494
[modules/shaper.git] / src / PythonAPI / model / sketcher / __init__.py
1 """Package for Sketch plugin for the Parametric Geometry API of the Modeler.
2 """
3
4 from SketchAPI import addSketch
5 from .tools import *
6 from .tests import *