MCPcopy Create free account
hub / github.com/PabloLec/RecoverPy / main

Function main

recoverpy/__init__.py:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34
35def main() -> None:
36 _set_logger()
37 log.info("Starting Recoverpy app")
38 RecoverpyApp().run()
39
40
41if __name__ == "__main__":

Callers 1

__init__.pyFile · 0.85

Calls 2

RecoverpyAppClass · 0.90
_set_loggerFunction · 0.85

Tested by

no test coverage detected