add exo BR

This commit is contained in:
M1n-0
2025-12-03 12:00:25 +01:00
parent 46b3a719f3
commit 61d8d40421
2 changed files with 171 additions and 0 deletions

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()