예제 #1
0
def init_db(app):
    db.create_all(app=app)
예제 #2
0
def init_db(app):
    db.create_all(app=app)