Files
ModulX_BaseRoulante/base_roulante/base_roulante.py
2025-12-03 12:00:25 +01:00

13 lines
195 B
Python

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