Answer the question
In order to leave comments, you need to log in
I am a teapot. Where can I read about Python Flask module imports, and how can I understand this code structure??
from flask import Flask
app = Flask(__name__)
from app import views
from app import app
@app.route('/')
@app.route('/index')
def index():
return "Hello, World!"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question