Esempio n. 1
0
def init_db(app):
    db.create_all(app=app)
Esempio n. 2
0
def init_db(app):
    db.create_all(app=app)