Example #1
0
def init_db():
    """Creates the database tables."""
    with app.app_context():
        db = get_db()