Merge pull request #806 from PR0M3TH3AN/codex/update-main-entrypoint-import

refactor: import GUI entrypoint from package
This commit is contained in:
thePR0M3TH3AN
2025-08-08 15:35:45 -04:00
committed by GitHub

View File

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