mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -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 zlib
|
|
__doc__ = zlib.__doc__
|
|
del zlib
|
|
|
|
from zlib import *
|