blob: 51f4d642a0353f788e08f2b3bb6923b470ff812f [file] [log] [blame]
#!/usr/bin/env python
from webserver import app
app.run(debug=True, port = 5000)