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