from Outils.Moteur_de_jeu import Partie from Outils.Moteur_de_jeu.Partie import * joueurA = Humain("Humain") joueurB = IA_random("I.A. aleatoire") Global.partie = Partie(joueurA, joueurB, True, Partie.DOSSIER_STANDARD, True) Global.partie.demarrer()