import os class Config(object): DEBUG = False FLASK_APP = os.environ.get('FLASK_APP') FLASK_ENV = os.environ.get('FLASK_ENV')