moved
This commit is contained in:
8
email-worker/smtp/__init__.py
Normal file
8
email-worker/smtp/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
SMTP connection handling
|
||||
"""
|
||||
|
||||
from .pool import SMTPPool
|
||||
|
||||
__all__ = ['SMTPPool']
|
||||
Reference in New Issue
Block a user