__init__.py 243 B

12345678910
  1. # -*- test-case-name: twisted.protocols.haproxy.test -*-
  2. # Copyright (c) Twisted Matrix Laboratories.
  3. # See LICENSE for details.
  4. """
  5. HAProxy PROXY protocol implementations.
  6. """
  7. __all__ = ["proxyEndpoint"]
  8. from ._wrapper import proxyEndpoint