mirror of
https://github.com/Xevion/fusion-fission-choices.git
synced 2025-12-05 23:15:06 -06:00
4 lines
90 B
Python
4 lines
90 B
Python
if __name__ == "__main__":
|
|
import sys
|
|
from fusion import main
|
|
sys.exit(main()) |