better menus

This commit is contained in:
klemek
2021-08-26 17:11:18 +02:00
parent cbc988d4ee
commit 7c26c5a39d
7 changed files with 133 additions and 165 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import tkinter as tk
from .app import App
from app import App
if __name__ == "__main__":
app = App(tk.Tk())