mirror of
https://github.com/lesserkuma/FlashGBX.git
synced 2026-03-21 17:44:30 -05:00
9 lines
203 B
Python
9 lines
203 B
Python
# -*- coding: utf-8 -*-
|
|
# FlashGBX
|
|
# Author: Lesserkuma (github.com/Lesserkuma)
|
|
|
|
# Note: This file runs FlashGBX in portable mode.
|
|
|
|
from FlashGBX import FlashGBX
|
|
FlashGBX.main(portableMode=True)
|