#!/usr/bin/env python

import sys
from aws_mail import aws_mail

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