OVERALL FIX

This commit is contained in:
Klemek
2024-03-13 14:02:32 +01:00
parent d5a0f87f91
commit c26ab25212
10 changed files with 0 additions and 863 deletions
-9
View File
@@ -1,9 +0,0 @@
import tkinter as tk
import os.path
from app import App
if __name__ == "__main__":
app = App(tk.Tk())
app.mainloop()