Spaces:
Running
Running
File size: 101 Bytes
27fd333 |
1 2 3 4 5 6 7 8 |
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()
def init_app(app):
db.init_app(app)
|