1 2 3 4 5 6 7 8 9
import tk import source as main source = main() display = tk.Tk() display.title("Kasper") display.mainloop()