cpython/Lib/compression/bz2.py

6 lines
60 B
Python

import bz2
__doc__ = bz2.__doc__
del bz2
from bz2 import *