MCPcopy Create free account
hub / github.com/DexterInd/GoPiGo3 / Main

Class Main

Software/Python/Examples/Control_Panel/control_panel_gui_3.py:443–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441 self.Center()
442
443class Main(wx.App):
444 def __init__(self, redirect=False, filename=None):
445 """Constructor"""
446 wx.App.__init__(self, redirect, filename)
447 dlg = MainFrame()
448 dlg.Show()
449
450if __name__ == "__main__":
451 app = Main()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected