FlashGBX/run.py
Lesserkuma c694ca8b1e 4.5
2025-12-06 16:15:54 +01: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)