from app.views import app as application app=application if __name__ == '__main__': application.run(port="4343")