MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / index

Route index

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

Source from the content-addressed store, hash-verified

1import sqlite3
2from flask import Flask, render_template, request, url_for, flash, redirect, abort
3
4app = Flask(__name__)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected