Update ARE-DYNAMIC.py

This commit is contained in:
ConstancePoulain 2017-04-19 00:46:28 +02:00 committed by GitHub
parent e514711c11
commit 97946cb4c7
1 changed files with 6 additions and 7 deletions

View File

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