class overview

This commit is contained in:
Patrick vom Hagen
2024-07-31 14:40:10 +02:00
parent 1ca6c76b97
commit 936a00c81f
3 changed files with 68 additions and 26 deletions

View File

@@ -52,7 +52,7 @@ if __name__ == "__main__":
# ToDo Daten mit UI einlesen
# lehrer_liste_neu = "./Data/SaM/export_lehrer_SaM.csv"
school_folder = "HMS"
school_folder = "johanneum"
lehrer_liste_neu = f"./Data/{school_folder}/export_lul.csv"
lehrer_liste_system = f"./Data//{school_folder}/sys_lul.csv"
lul_out_path = 'output/outputLehrer.csv'