iosfu/iosfu_gui

5 lines
79 B
Python
Executable File

#!/usr/bin/env python
from iosfu.gui.app import server
server.run(debug=True)