This commit is contained in:
2021-12-08 11:24:29 +01:00
parent 4b3c714261
commit c140fb851d
3 changed files with 7 additions and 4 deletions

View File

@ -2,3 +2,6 @@ class MovieCollection:
def __init__(self, id, title):
self.collectionTitle = title
self.collectionId = id
def get_existing_collections(self):
pass