ttschatbot / main.py
leesuo215's picture
Create main.py
cc39a93 verified
raw
history blame
No virus
117 Bytes
from flask import Flask
app = Flask(__name__)
@app.route("/hello")
def hello():
return {"xao chin": "xin chao"}