add exo BR
This commit is contained in:
12
base_roulante/base_roulante.py
Normal file
12
base_roulante/base_roulante.py
Normal 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()
|
||||
Reference in New Issue
Block a user