Fisrt commit. Docker compose is working

This commit is contained in:
2025-09-15 23:21:09 +02:00
commit 10650420ef
17 changed files with 858 additions and 0 deletions

7
main.py Normal file
View File

@@ -0,0 +1,7 @@
def main():
print("Hello word !")
if __name__ == "__main__":
main()