🚚 mv scripts into src folder

This commit is contained in:
2026-07-17 19:32:20 +02:00
parent 4a06728381
commit 1f1b928fd7
7 changed files with 0 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# def main_loop(breaker:bool):
# pass
# def menu ():
# print("Nouvelle partie :\t1")
# print("Charger :\t\t2")
# print("Option :\t\t3")
# print("Quitter :\t\t4")
# return int(input("Choix : "))
# choix = menu()
# match choix:
# case 1:
# print("Nouvelle partie")
# case 2:
# print("Charger")
# case 3:
# print("Option")
# case 4:
# print("Quitter")
# case _:
# print("Mauvais choix")