Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
def
main() -> None:
36
_set_logger()
37
log.info(
"Starting Recoverpy app"
)
38
RecoverpyApp().run()
39
40
41
if
__name__ ==
"__main__"
:
Callers
1
__init__.py
File · 0.85
Calls
2
RecoverpyApp
Class · 0.90
_set_logger
Function · 0.85
Tested by
no test coverage detected