File: __init__.py

package info (click to toggle)
python-zipfile-zstd 0.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,300 kB
  • sloc: python: 187; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10

# NOTE: this patches the standard zipfile module
from . import _zipfile

from zipfile import *
from zipfile import (
    ZIP_ZSTANDARD,
    ZSTANDARD_VERSION,
)