Files
2026-04-28 14:39:54 +08:00

4 lines
96 B
Python

from a1_swap_mod_packer.gui import main
if __name__ == "__main__":
raise SystemExit(main())