Hi in every .py file I found this same code line on the below side
*def main():
application = webapp.WSGIApplication([('/', MainHandler)],
debug=True)
run_wsgi_app(application)
if __name__ == '__main__':
main()
*
can anyone explain me what's the all this thing suggest?
-- http://mail.python.org/mailman/listinfo/python-list
