update
This commit is contained in:
4
models/movie_collection.py
Normal file
4
models/movie_collection.py
Normal file
@ -0,0 +1,4 @@
|
||||
class MovieCollection:
|
||||
def __init__(self, id, title):
|
||||
self.collectionTitle = title
|
||||
self.collectionId = id
|
Reference in New Issue
Block a user