MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / index

Route index

projects/Data_Abstractor/Website/views.py:None–None  ·  view source on GitHub ↗
views.route("/query_output", methods=["GET", "POST"])

Source from the content-addressed store, hash-verified

1from flask import Blueprint, render_template, request, flash
2import duckdb
3
4views = Blueprint("views", __name__)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected