from personnage import Personnage def main(): toto = Personnage("toto", "magicien") toto.affiche_caracteristiques() toto.affiche_inventaire()