First, let's add the following to our imports: from flask.views import ... app = Flask(__name__), add the following: import yaml with open('config.yaml', ...
確定! 回上一頁