#!/usr/bin/python3

import sys

from aodh.cmd.alarm import notifier


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