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