File: __init__.py

package info (click to toggle)
python-socketpool 0.5.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 192 kB
  • sloc: python: 629; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
# -*- coding: utf-8 -
#
# This file is part of socketpool.
# See the NOTICE for more information.

from socketpool.pool import ConnectionPool
from socketpool.conn import Connector, TcpConnector