added config

This commit is contained in:
2024-02-12 13:05:52 +01:00
parent 9dbdc75ad9
commit 049ef0ea7f
7 changed files with 876 additions and 0 deletions

8
src/Year.py Normal file
View File

@ -0,0 +1,8 @@
from bs4 import BeautifulSoup
import selenium
# Class to represent an academic year
#
class Year:
def __init__