This commit is contained in:
2021-12-08 13:14:40 +01:00
parent 296a667564
commit 9600a99bf7
2 changed files with 15 additions and 10 deletions

View File

@ -1,7 +1,7 @@
class MovieCollection:
def __init__(self, id, title):
self.collectionTitle = title
self.collectionId = id
def __init__(self):
self.collectionTitle = ""
self.collectionId = ""
def get_existing_collections(self):
pass