Files
cpython/Lib/compression/lzma.py
2025-05-14 12:08:27 +00:00

6 lines
64 B
Python

import lzma
__doc__ = lzma.__doc__
del lzma
from lzma import *