mirror of
https://github.com/lesserkuma/FlashGBX.git
synced 2026-04-22 16:47:57 -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)
|