dvpl-engine 0.1.3

dvpl-converter encodes and decodes DVPL-compressed World of Tanks Blitz assets with LZ4 and LZ4-HC support
Documentation
1
2
3
4
5
6
"""Allow running as `python -m dvpl_converter`"""

from dvpl_converter._cli import main


main()