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