def create_app(self): """ Create an app with the development configuration :return: """ app.config.from_object('app.config.DevelopmentConfig') return app