Update boom.py/boom.py
This commit is contained in:
@@ -5,6 +5,7 @@ class App:
|
|||||||
root.title("oh hey your computer go boom now")
|
root.title("oh hey your computer go boom now")
|
||||||
root.geometry("900x700")
|
root.geometry("900x700")
|
||||||
root.minsize(650, 500)
|
root.minsize(650, 500)
|
||||||
|
idk(self.root)
|
||||||
|
|
||||||
def idk(self):
|
def idk(self):
|
||||||
while True:
|
while True:
|
||||||
@@ -14,7 +15,6 @@ class App:
|
|||||||
def main():
|
def main():
|
||||||
root = tk.Tk()
|
root = tk.Tk()
|
||||||
app = App(root)
|
app = App(root)
|
||||||
App.idk()
|
|
||||||
root.mainloop()
|
root.mainloop()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user