Coded like crazy. The code is repetitive and optimizable. Almost done tho.

This commit is contained in:
2024-02-12 14:29:04 +01:00
parent f176dbaa26
commit 5456c9632a
9 changed files with 268 additions and 6 deletions

14
src/Themis.py Normal file
View File

@ -0,0 +1,14 @@
from login import login
from Year import Year
class Themis:
def __init__(self):
self.session = login()
self.years = []
def getYears(self):
pass
def getYear(self, end:int):
pass