# -*- mode: snippet -*-
# name: __lt__
# key: _lt
# group: Special methods
# --
def __lt__(self, other):
    return $0
