mirror of
https://github.com/lesserkuma/FlashGBX.git
synced 2026-03-22 01:54:24 -05:00
5 lines
118 B
Python
5 lines
118 B
Python
# Note: This file runs FlashGBX in portable mode.
|
|
|
|
from FlashGBX import FlashGBX
|
|
FlashGBX.main(portableMode=True)
|