from list import List class Playlist(List): def __init__(self,data): List.__init__(self,data,"Playlist") print "playlist"