예제 #1
0
 def __init__(self, id, mid, library, type, d_list, nsm=0.0):
     Genesis.__init__(self)
     self.id = int(id)
     self.mid = int(mid)
     self.library = library.strip()
     self.type = type.strip()
     self.d_list = d_list
     self.nsm = nsm