Super simple script to convert the notion stundenliste into csv and excelfiles

This commit is contained in:
Jonas Linter
2025-10-01 13:45:01 +02:00
commit aa11c13b33
7 changed files with 247 additions and 0 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from stundenliste-99tales!")
if __name__ == "__main__":
main()