4 lines
59 B
Python
Raw Normal View History

2022-03-13 20:43:24 +01:00
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()