coding: utf-8 -*- from environs import Env env = Env() # read .env file, if it exists env.read_env() env.str('FLASK_APP') # app.py ...
確定! 回上一頁