from flask_cors import CORS cors = CORS() from flask_sqlalchemy import SQLAlchemy db = SQLAlchemy()