blob: 454119778f73e9aaac8876f4d8520af62a8621fe (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# -*- test-case-name: twisted.words.test -*-
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
"""
Twisted Words: Client and server implementations for IRC, XMPP, and other chat
services.
"""
|