Merge pull request #629 from PR0M3TH3AN/codex/create-__main__.py-for-seedpass_gui

Add seedpass_gui module entry point
This commit is contained in:
thePR0M3TH3AN
2025-07-18 10:49:12 -04:00
committed by GitHub

View File

@@ -0,0 +1,4 @@
from .app import main
if __name__ == "__main__":
main()