Emma Smith b44c824856
gh-132983: Style improvements for compression.zstd (#133547)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2025-05-14 12:08:27 +00:00

6 lines
64 B
Python

import gzip
__doc__ = gzip.__doc__
del gzip
from gzip import *