def __init__(self): BaseContent.__init__(self) self.blob = Blob()
def __init__(self, *args, **kwargs): BaseContent.__init__(self) BaseFolder.__init__(self, *args, **kwargs)