File: __init__.py

package info (click to toggle)
python-snitun 0.45.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 632 kB
  • sloc: python: 6,646; sh: 5; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (2)
1
2
3
4
5
"""SniTun - SNI Proxy + TCP multiplexer."""

from .utils import PROTOCOL_VERSION

__all__ = ("PROTOCOL_VERSION",)