from bataille import * from tkinter import * frame = Tk() frame.title("Projet bataille avec Enono") frame.minsize(600, 400) frame.mainloop()