import tkinter as tk import os.path from app import App if __name__ == "__main__": app = App(tk.Tk()) app.mainloop()