__init__.py 315 B

12345678910111213
  1. # Copyright (c) Twisted Matrix Laboratories.
  2. # See LICENSE for details.
  3. """
  4. Twisted Pair: The framework of your ethernet.
  5. Low-level networking transports and utilities.
  6. See also twisted.protocols.ethernet, twisted.protocols.ip,
  7. twisted.protocols.raw and twisted.protocols.rawudp.
  8. Maintainer: Tommi Virtanen
  9. """