from sqlalchemy.orm import Session from ....schema.library.library import Library def update(session:Session, library:Library): session.commit()