Files
typthon/Lib/compression/gzip.py
2025-07-22 07:54:51 +01:00

6 lines
64 B
Python

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