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