Python Sqlalchemy Orm untuk memilih nilai nol

from sqlalchemy import null
session.query(models.<TABLE>).filter_by(<COLUMN>==null())
Chiru Toleti