MCPcopy 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
719def main():
720 """Main entry point."""
721 app = DesktopPuppetApp()
722 app.run(None)
723
724
725if __name__ == "__main__":

Callers 1

gui_controller.pyFile · 0.85

Calls 1

DesktopPuppetAppClass · 0.85

Tested by

no test coverage detected