Skip to content

Commit 3788d47

Browse files
committed
gui exec
1 parent 34f5670 commit 3788d47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gui/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2669,3 +2669,7 @@ def _copy_to_clipboard(self, text: str) -> None:
26692669
root.title("Steganography Suite")
26702670
SteganographyGUI(root)
26712671
root.mainloop()
2672+
2673+
2674+
if __name__ == "__main__":
2675+
gui_main()

0 commit comments

Comments
 (0)