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