Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NyarchLinux/DesktopPuppet
/ main
Function
main
src/gui_controller.py:719–722 ·
view source on GitHub ↗
Main entry point.
()
Source
from the content-addressed store, hash-verified
717
718
719
def
main():
720
""
"Main entry point."
""
721
app = DesktopPuppetApp()
722
app.run(None)
723
724
725
if
__name__ ==
"__main__"
:
Callers
1
gui_controller.py
File · 0.85
Calls
1
DesktopPuppetApp
Class · 0.85
Tested by
no test coverage detected