MCPcopy 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
93def main(args):
94
95 app = MainConsole()
96 app._load_module(args)
97 app.cmdloop()

Callers

nothing calls this directly

Calls 2

_load_moduleMethod · 0.95
MainConsoleClass · 0.85

Tested by

no test coverage detected