X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPythonAPI%2Fmodel%2Fsketcher%2F__init__.py;h=8c0319a1ecab2b26d8bd563a03aface7855dc7c8;hb=5d3508eea8045ff0a82a23174d230cb0dd7d17fc;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=1b93f1881c5fec599aa79707f93c84dd9c287bc0;p=modules%2Fshaper.git diff --git a/src/PythonAPI/model/sketcher/__init__.py b/src/PythonAPI/model/sketcher/__init__.py index e69de29bb..8c0319a1e 100644 --- a/src/PythonAPI/model/sketcher/__init__.py +++ b/src/PythonAPI/model/sketcher/__init__.py @@ -0,0 +1,6 @@ +"""Package for Sketch plugin for the Parametric Geometry API of the Modeler. +""" + +from SketchAPI import addSketch +from tools import * +from tests import *