initial commit

This commit is contained in:
2025-03-17 07:49:54 +01:00
commit 93b6e4fc5d
6 changed files with 269 additions and 0 deletions

6
main.py Normal file
View File

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