#!/usr/bin/python3

import sys

from twisted.mail.scripts.mailmail import run


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