This commit is contained in:
2021-12-08 15:12:34 +01:00
parent 99c5ad5501
commit df862ed143
3 changed files with 12 additions and 3 deletions

View File

@ -2,6 +2,7 @@ class MovieCollection:
def __init__(self):
self.collectionTitle = ""
self.collectionId = ""
self.collectionImgPath = ""
def get_existing_collections(self):
pass