from flask import Flask

app = Flask(__name__)

@app.route("/hello")
def hello():
    return {"xao chin": "xin chao"}