X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPythonAPI%2Fmodel%2F__init__.py;h=29364c692b38edf4074740ddaec6a2129bd1ce8b;hb=5a67842979db286af5bb5015fe413d8b06c6587e;hp=fc24671cd8fb42eaf4e30429ee10d085ef583f28;hpb=d199bb7538eca84f1dec1f124db573bb30363920;p=modules%2Fshaper.git diff --git a/src/PythonAPI/model/__init__.py b/src/PythonAPI/model/__init__.py index fc24671cd..29364c692 100644 --- a/src/PythonAPI/model/__init__.py +++ b/src/PythonAPI/model/__init__.py @@ -19,6 +19,9 @@ from connection import * from construction import * from exchange import * from features import * +from collection import * from parameter import * from partset import * from primitives import * +from gdml import * +from tests import *