#!/usr/bin/env python3
# iLert

import sys

from cmk.notification_plugins.ilert import main

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