update
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user