from flask import Flask app = Flask(__name__) app.config["SECRET_KEY"] = "fdsaGHJ768fdsGHKJHG656&*(&%&*(fsd" from app import routes