2 changed files with 16 additions and 6 deletions
@ -0,0 +1,8 @@ |
|||||
|
from bataille import * |
||||
|
from tkinter import * |
||||
|
|
||||
|
frame = Tk() |
||||
|
frame.title("Projet bataille avec Enono") |
||||
|
frame.minsize(600, 400) |
||||
|
|
||||
|
frame.mainloop() |
||||
Loading…
Reference in new issue