mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-07-04 04:24:58 +02:00
added config
This commit is contained in:
8
src/Year.py
Normal file
8
src/Year.py
Normal file
@ -0,0 +1,8 @@
|
||||
from bs4 import BeautifulSoup
|
||||
import selenium
|
||||
|
||||
# Class to represent an academic year
|
||||
#
|
||||
class Year:
|
||||
def __init__
|
||||
|
Reference in New Issue
Block a user