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