mirror of
https://github.com/lesserkuma/FlashGBX.git
synced 2026-04-19 07:07:28 -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)
|