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