diff --git a/gui.py b/gui.py index 44ef722..a7385d0 100644 --- a/gui.py +++ b/gui.py @@ -2006,4 +2006,5 @@ def inits(self): photo = ImageTk.PhotoImage(icon_image) root.iconphoto(True, photo) gui = GachaSimulatorGUI(root) - root.mainloop() \ No newline at end of file + root.mainloop() + \ No newline at end of file