This commit is contained in:
2021-12-08 11:00:52 +01:00
parent 85399580cb
commit 4b3c714261
2 changed files with 17 additions and 4 deletions

View File

@ -0,0 +1,4 @@
class MovieCollection:
def __init__(self, id, title):
self.collectionTitle = title
self.collectionId = id