Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chatmail/core
/ main
Function
main
python/examples/echo_and_quit.py:27–28 ·
view source on GitHub ↗
(argv=None)
Source
from the content-addressed store, hash-verified
25
26
27
def
main(argv=None):
28
run_cmdline(argv=argv, account_plugins=[EchoPlugin()])
29
30
31
if
__name__ ==
"__main__"
:
Callers
1
echo_and_quit.py
File · 0.70
Calls
2
run_cmdline
Function · 0.90
EchoPlugin
Class · 0.85
Tested by
no test coverage detected