File: __init__.py

package info (click to toggle)
python-socks 2.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: python: 5,195; sh: 8; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
from ._proxy import TrioProxy as Proxy
from ._chain import ProxyChain

__all__ = (
    'Proxy',
    'ProxyChain',
)