示例#1
0
def init_db(app):
    db.create_all(app=app)
示例#2
0
def init_db(app):
    db.create_all(app=app)