Empty commit message

This commit is contained in:
2025-12-03 14:13:20 +01:00
commit 74dd3ebc67
7 changed files with 747 additions and 0 deletions

12
base_roulante.py Normal file
View File

@@ -0,0 +1,12 @@
from logique_BR import *
def main():
print("Démarrage")
sleep(1)
try:
while True:
# Lancer automatiquement si ce fichier est main.py
if __name__ == "__main__":
main()