Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
from
flask
import
Blueprint, render_template, request, flash
2
import
duckdb
3
4
views = Blueprint(
"views"
, __name__)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected