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