#!/usr/bin/python
# ASCII Email
# Bulk: yes

from cmk.notification_plugins import asciimail

if __name__ == "__main__":
    asciimail.main()
