fceux/gfceux

16 lines
210 B
Python
Executable File

#!/usr/bin/env python
#
# GTK2 GUI for FCE UltraX
#
# Lukas Sabota <ltsmooth42 _at_ gmail _dot_ com>
#
# <http://fceux.com>
try:
from src import main
except:
from gfceux import main
app = main.GfceuxApp()