Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel2005d/mapXplore
/ main
Function
main
console/console.py:93–97 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
91
self._load_module(arg)
92
93
def
main(args):
94
95
app = MainConsole()
96
app._load_module(args)
97
app.cmdloop()
Callers
nothing calls this directly
Calls
2
_load_module
Method · 0.95
MainConsole
Class · 0.85
Tested by
no test coverage detected