Files
cpython/Lib/compression/gzip.py
2025-05-14 12:08:27 +00:00

6 lines
64 B
Python

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