This commit is contained in:
Gregory Salaun 2021-12-08 16:41:31 +01:00
parent aaa6742e66
commit 8f3d51f38a

View File

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