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

View File

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