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 (4 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (2)
1
2
3
4
from ._proxy import AsyncioProxy as Proxy
from ._chain import ProxyChain

__all__ = ('Proxy', 'ProxyChain')