Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from breezypythongui import EasyFrame
- class races_Gui(EasyFrame):
- """Application window for the race controller"""
- def __init__(self):
- """Sets up the window and the widgets."""
- EasyFrame.__init__(self, title = "Turtle Racer")
- races_Gui().mainloop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement