MCPcopy Create free account
hub / github.com/Asabeneh/30-Days-Of-Python / about

Route about

python_for_web/app.py:None–None  ·  view source on GitHub ↗
app.route('/about')

Source from the content-addressed store, hash-verified

1# let's import the flask
2from flask import Flask, render_template, request, redirect, url_for
3import os # importing operating system module
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected