from tkinter import * from GameLogic import * root = Tk() root.title("Tic-Far-Toe v0.1") root.mainloop()