Imported Upstream version 12.1.0
[contrib/python-twisted.git] / twisted / plugins / twisted_ftp.py
1 # Copyright (c) Twisted Matrix Laboratories.
2 # See LICENSE for details.
3
4 from twisted.application.service import ServiceMaker
5
6 TwistedFTP = ServiceMaker(
7     "Twisted FTP",
8     "twisted.tap.ftp",
9     "An FTP server.",
10     "ftp")