test / main.py
FFatih's picture
Create main.py
dedc2ee verified
raw
history blame
107 Bytes
from flask import Flask
app = FLASK(__name__)
@app.route("/")
def hello():
return {"message":"hello"}