wanderhome-quiz/server/app/extensions.py

4 lines
99 B
Python
Raw Normal View History

2022-08-31 00:48:36 +01:00
from flask_cors import CORS
cors = CORS()
2022-08-24 15:55:53 +01:00
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()