def __init__(self): BaseCollect.__init__(self, "user")
def __init__(self, action="follows"): BaseCollect.__init__(self, "relation") self.action = action
def __init__(self): BaseCollect.__init__(self, "artist")
def __init__(self): BaseCollect.__init__(self, "album")
def __init(self): BaseCollect.__init__(self, "radio") self.managerprogram = ManageFactory("program")
def __init__(self): BaseCollect.__init__(self, "event")
def __init__(self): BaseCollect.__init__(self, "comment")
def __init__(self): BaseCollect.__init__(self, "song")