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