class MovieCollection: def __init__(self): self.collectionTitle = "" self.collectionId = "" self.collectionImgPath = "" def get_existing_collections(self): pass