fceux/gfceux

14 lines
175 B
Plaintext
Raw Normal View History

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