Example #1
0
def api():
    service.prepare_service()
    srv = app.build_server()
    srv.serve_forever()
Example #2
0
def api():
    service.prepare_service()
    srv = app.build_server()
    srv.serve_forever()
Example #3
0
def main():
    service.prepare_service()
    app.build_server()