3 lines
58 B
Python
3 lines
58 B
Python
|
from flask_sqlalchemy import SQLAlchemy
|
||
|
|
||
|
db = SQLAlchemy()
|