@@ -0,0 +1,7 @@
class Serie:
def __init__(self, sid, name, seasons):
self.sid = sid
self.name = name
self.seasons = seasons
def get_serie_seasons(self):
The note is not visible to the blocked user.