remove debug

This commit is contained in:
Klemek
2021-08-26 00:03:22 +02:00
parent 9a955b9062
commit 4015124512
+4 -8
View File
@@ -567,12 +567,8 @@ class App(ttk.Frame):
self.current_image.export_bmp(path)
# if __name__ == "__main__":
# app = App(Tk())
# app.pack(fill="both", expand=True)
if __name__ == "__main__":
app = App(Tk())
app.pack(fill="both", expand=True)
# app.mainloop()
f = File("tetris.h")
f.images[-1].import_bmp("tetrisbg2.bmp")
f.export("tetris2.h")
app.mainloop()