#!/usr/bin/python from pytk3 import * root = Tk() app = NewApp(root,450,350,"Coords editor") app.Run() root.mainloop()