mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-26 13:21:01 -04:00
15 lines
341 B
Markdown
15 lines
341 B
Markdown
# libWiiPy.archive.lz77 Module
|
|
|
|
## Description
|
|
|
|
The `libWiiPy.archive.lz77` module provides support for handling LZ77 compression, which is a compression format used across the Wii and other Nintendo consoles.
|
|
|
|
## Module Contents
|
|
|
|
```{eval-rst}
|
|
.. automodule:: libWiiPy.archive.lz77
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
```
|