File: __init__.py

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


__all__ = ('Proxy', 'ProxyChain')