dvpl-engine 0.1.0

DVPL file format engine for World of Tanks Blitz
Documentation
1
2
3
4
5
6
"""Allow running as `python -m dvpl_converter`."""

from dvpl_converter._cli import main


main()