vcinema/vcinema_utils/Viewing.py

7 lines
169 B
Python
Raw Normal View History

2022-12-18 17:15:47 +00:00
class Viewing:
def __init__(self, date_watched, season, rating):
self.date_watched = date_watched
self.season = season
self.rating = rating