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