#!/usr/bin/python3 from GUI import GUI # ---------------------------------- gui = GUI() gui.mainloop()