#!/usr/local/bin/python3.9

from pymsgauth import *

import sys

args = sys.argv[1:]
sendmail_wrapper (args)
