MCPcopy Index your code
hub / github.com/iam-veeramalla/python-for-devops / hello_world

Function hello_world

simple-python-app/app.py:6–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5@app.route('/')
6def hello_world():
7 return 'Hello, World!'
8
9if __name__ == '__main__':
10 app.run(debug=True, host='0.0.0.0', port=8000)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected