Files
email-amazon/unified-worker/email-worker/smtp/__init__.py
2026-01-23 13:03:31 -06:00

9 lines
108 B
Python

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