__init__.py 215 B

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