13 lines
220 B
Python
13 lines
220 B
Python
from logique_BR import *
|
|
def main():
|
|
print("Démarrage")
|
|
sleep(1)
|
|
|
|
try:
|
|
while True:
|
|
ddtdohirohidr
|
|
|
|
# Lancer automatiquement si ce fichier est main.py
|
|
if __name__ == "__main__":
|
|
main()
|