pypsyc/GUI/wx/test.py

8 lines
160 B
Python

## 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()