#!/usr/bin/env python from server import * if __name__ == '__main__': app.run(threaded=True)