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

6 lines
60 B
Python

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