FlashGBX/run.py
Lesserkuma c94e76d8cb 3.28
2023-05-05 12:51:56 +02:00

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)