update
This commit is contained in:
@ -2,6 +2,7 @@ class MovieCollection:
|
||||
def __init__(self):
|
||||
self.collectionTitle = ""
|
||||
self.collectionId = ""
|
||||
self.collectionImgPath = ""
|
||||
|
||||
def get_existing_collections(self):
|
||||
pass
|
Reference in New Issue
Block a user