Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TechifyBots/File-Stream-Bot
/ hello_world
Function
hello_world
app.py:5–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
4
@app.route(
'/'
)
5
def
hello_world():
6
return
'TechifyBots'
7
8
9
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected