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