mirror of
https://github.com/neogeek23/drawshare.git
synced 2026-02-04 11:08:21 +00:00
11 lines
260 B
Python
11 lines
260 B
Python
# Copyright (c) Twisted Matrix Laboratories.
|
|
# See LICENSE for details.
|
|
|
|
from twisted.application.service import ServiceMaker
|
|
|
|
TwistedINETD = ServiceMaker(
|
|
"Twisted INETD Server",
|
|
"twisted.runner.inetdtap",
|
|
"An inetd(8) replacement.",
|
|
"inetd")
|