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 (3 lines) | stat: -rw-r--r-- 64 bytes parent folder | download | duplicates (3)
1
2
3
from ._proxy_chain import ProxyChain

__all__ = ('ProxyChain',)