from Tkinter import * from Canvas import * class Frame: class Obj: # visible def __init__(self, x, y, movable=1, visible=1, fill="black", line="white")