File: __init__.py

package info (click to toggle)
python-netfilterqueue 1.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 598; sh: 38; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
from ._impl import (
    COPY_NONE as COPY_NONE,
    COPY_META as COPY_META,
    COPY_PACKET as COPY_PACKET,
    Packet as Packet,
    NetfilterQueue as NetfilterQueue,
    PROTOCOLS as PROTOCOLS,
)
from ._version import (
    VERSION as VERSION,
    __version__ as __version__,
)