from salome.shaper import model

model.begin()
partSet = model.moduleDocument()
model.end()
