Update ARE-DYNAMIC.py
This commit is contained in:
parent
e514711c11
commit
97946cb4c7
|
@ -793,11 +793,10 @@ def affichage_strats_resultats_totaux():
|
||||||
# SCRIPT
|
# SCRIPT
|
||||||
#######################
|
#######################
|
||||||
|
|
||||||
if __name__ == '__main__':
|
Interface()
|
||||||
Interface()
|
init_complete()
|
||||||
init_complete()
|
simulation()
|
||||||
simulation()
|
afficher_etat_dynamique()
|
||||||
afficher_etat_dynamique()
|
afficher_strat_dynamique()
|
||||||
afficher_strat_dynamique()
|
affichage_strats_resultats_totaux()
|
||||||
affichage_strats_resultats_totaux()
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue