from Promoteur import Promoteur
tr = Promoteur()
fn = input("Nom du fichier? ")
tr.charger(fn)
tr.afficher()
tr.calculer()

