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