import tkinter as tk from main_window import MainWindow if __name__ == "__main__": app = MainWindow() app.mainloop()