Run an application. Automatically calls App.init and then forever loops while calling App.event and App.update Keyword arguments: widget -- the top-level widget to use screen -- the pygame surface to render to delay -- the delay b
(self, widget=None, screen=None, delay=10)