I have a flask application that is very simple, without any operation, the code is as follows, just for testing
from flask import Flask app1 = Flask(__name__)