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