aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Twisted/py3/twisted/plugins/twisted_names.py
blob: bf78a168b21dac391e94d8d02324b2791144183d (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

TwistedNames = ServiceMaker(
    "Twisted DNS Server", "twisted.names.tap", "A domain name server.", "dns"
)