mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
b44c824856
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
6 lines
64 B
Python
6 lines
64 B
Python
import gzip
|
|
__doc__ = gzip.__doc__
|
|
del gzip
|
|
|
|
from gzip import *
|