Hi<br><br>in every .py file I found this same code line on the below side<br><br><b>def main():<br>    application = webapp.WSGIApplication([('/', MainHandler)],<br>                                         debug=True)<br>
    run_wsgi_app(application)<br><br><br>if __name__ == '__main__':<br>    main()<br></b><br>can anyone explain me what's the all this thing suggest?<br clear="all"><br><br><br><br>