MCPcopy 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

1from flask import Flask
2server = Flask(__name__)
3
4@server.route("/")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected