blob: 009e9e69021b372f6ca5f48199c6f5c5963654a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
from twisted.application.service import ServiceMaker
TwistedMail = ServiceMaker(
"Twisted Mail", "twisted.mail.tap", "An email service", "mail"
)
|