4 lines
96 B
Python
4 lines
96 B
Python
from a1_swap_mod_packer.gui import main
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main()) |