Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gkandemi/docker
/ hello
Route
hello
apps/7-python-app/src/server.py:None–None ·
view source on GitHub ↗
server.route("/")
Source
from the content-addressed store, hash-verified
1
from
flask
import
Flask
2
server = Flask(__name__)
3
4
@server.route(
"/"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected