Esempio n. 1
0
 def __init__(self, type, kids=[]):
     self.type = intern(str(type))
     UserList.__init__(self, kids)