pypsyc/GUI/wx/test.py

8 lines
160 B
Python
Raw Permalink Normal View History

2010-02-24 08:50:45 +00:00
## some sort of testing thingie
## damit man es sieht wies geht udn die Gui.py auch sonst importieren kann
import Gui
app = Gui.Application(0)
app.MainLoop()