This commit is contained in:
Julien Constant 2023-09-06 23:11:27 +02:00
parent 471e179d24
commit 9f08e17961

View File

@ -43,6 +43,7 @@ def get_git_revision_short_hash() -> str:
except subprocess.CalledProcessError: except subprocess.CalledProcessError:
return "" return ""
def get_start_of_semester(today=date.today()) -> date: def get_start_of_semester(today=date.today()) -> date:
""" """
Determine in which semester the given date is and return the start date of Determine in which semester the given date is and return the start date of