blob: b4053f17b541d8d8f4696d97b6e74e196af8ad2d (
plain) (
blame)
1
2
3
4
5
6
|
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
from twisted.application.service import ServiceMaker
TwistedFTP = ServiceMaker("Twisted FTP", "twisted.tap.ftp", "An FTP server.", "ftp")
|