Example #1
0
 def __init__(self, albums):
     Column.__init__(self)
     self.populate(albums)
Example #2
0
    def __init__(self, bands):
        Column.__init__(self)
        self.populate(bands)

        self.bands = bands