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

6 lines
64 B
Python

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