add elad files

This commit is contained in:
2023-07-15 18:11:30 +03:00
parent 1c1a003647
commit 77c7956e55
9 changed files with 334 additions and 0 deletions

7
serie.py Normal file
View File

@@ -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):