mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-07-05 12:44:58 +02:00
Coded like crazy. The code is repetitive and optimizable. Almost done tho.
This commit is contained in:
14
src/Themis.py
Normal file
14
src/Themis.py
Normal 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
|
||||
|
Reference in New Issue
Block a user