#!/usr/bin/env python3 """ SMTP connection handling """ from .pool import SMTPPool __all__ = ['SMTPPool']