6 lines
106 B
Python
6 lines
106 B
Python
from .typing import SMTPStatus
|
|
|
|
|
|
# alias SMTPStatus for backwards compatibility
|
|
__all__ = ("SMTPStatus",)
|