コード例 #1
0
 def add_blip(self, name, maxval, currval):
     new_blip = Blip(name, maxval, currval)
     self.blips.append(new_blip)