Revert "OVERALL FIX"

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