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