Refactor code structure for improved readability and maintainability
Some checks failed
/ serve (push) Failing after 47s

This commit is contained in:
Edgar P. Burkhart 2025-05-05 16:48:54 +02:00
parent 7ea0ad923c
commit 71b8630862
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
7 changed files with 1378 additions and 25 deletions

6
main.py Normal file
View file

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