The google.appengine.ext.webapp package provides the following classes:
A WSGI-compatible application that maps URL paths to RequestHandler classes. An App Engine CGI script creates a WSGIApplication object, then runs it using a WSGI CGI handler such as wsgiref.handlers.CGIHandler.
Arguments:
True, the application runs in "debug mode." Primarily, this means that the request handler's handle_exception() method is called with debug_mode=True when the handler raises an exception, which prints debugging information to the web browser.