Lt Bases: Condition Implementation of the less-than operator '<'. Source code in valor/schemas/symbolic/operators.py 269 270 271 272class Lt(Condition): """Implementation of the less-than operator '<'.""" pass