aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Twisted/py3/twisted/protocols/haproxy/__init__.py
blob: 2d13bf5b4c7e79a36d1ae8d2040c2a9c5b6e77cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# -*- test-case-name: twisted.protocols.haproxy.test -*-
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.

"""
HAProxy PROXY protocol implementations.
"""
__all__ = ["proxyEndpoint"]

from ._wrapper import proxyEndpoint