@@ -0,0 +1,6 @@
class Serie:
def __init__(self, titel: str, seizoenen: list[str], baseLocation: str):
self.titel = titel
self.seizoenen = ["DUD"] + seizoenen
self.baseLocation = baseLocation
The note is not visible to the blocked user.