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