#!/usr/bin/python3
# PBR Generated from 'console_scripts'

import sys

from oslo_messaging.notify.notifier import _send_notification


if __name__ == "__main__":
    sys.exit(_send_notification())
