Added temporary gui executable

This commit is contained in:
Felipe Martín 2013-11-25 10:44:33 +01:00
parent afee9a32c8
commit b50f1cc259
1 changed files with 4 additions and 0 deletions

4
iosfu_gui Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env python
from iosfu.gui.app import server
server.run(debug=True)