2 3 def create_app(test=False): # +- 4 '''create and configure the app''' 5 app = Flask(__name__, instance_relative_config=True) 6 7 ...
確定! 回上一頁