コード例 #1
0
 def addTemplateSet(self):
     templateSet = Set.createTemplateSet()
     self.templateSets.append(templateSet)
     self.allSets.append(templateSet)
     return (templateSet)