FlashGBX/run.py
Lesserkuma 3ba60c38de 0.9β
2020-12-17 01:12:55 +01:00

5 lines
118 B
Python

# Note: This file runs FlashGBX in portable mode.
from FlashGBX import FlashGBX
FlashGBX.main(portableMode=True)