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

Route home

projects/Data_Abstractor/Website/views.py:None–None  ·  view source on GitHub ↗
views.route("/")

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