def make_app(): """Create tornado app for AdminWebServer.""" return tornado.web.Application(handlers, **options.group_dict('application'))