Update boom.py/boom.py
This commit is contained in:
@@ -13,8 +13,8 @@ class App:
|
||||
tk.Label(win, text="Say bye to your computer",fg="red", font=("Courier", 24, "bold")).pack()
|
||||
def main():
|
||||
root = tk.Tk()
|
||||
app = app(root)
|
||||
app.idk()
|
||||
app = App(root)
|
||||
App.idk()
|
||||
root.mainloop()
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user