PlexAutoCollectionUpdater/models/movie_collection.py
2021-12-08 13:14:40 +01:00

7 lines
165 B
Python

class MovieCollection:
def __init__(self):
self.collectionTitle = ""
self.collectionId = ""
def get_existing_collections(self):
pass