#! /usr/bin/env python # -*- coding: utf8 -*- from hello import app as application if __name__ == "__main__": application.run()