INNER CODE UNIT · Python
about
talkpython/data-driven-web-apps-with-flask · app/ch05_jinja_templates/final/pypi_org/app.py:32
def about():
return {}
if __name__ == '__main__':
app.run(debug=True)
INNER CODE UNIT · Python
talkpython/data-driven-web-apps-with-flask · app/ch05_jinja_templates/final/pypi_org/app.py:32
def about():
return {}
if __name__ == '__main__':
app.run(debug=True)