rpatool: pack as python module and executable

This commit is contained in:
OleSTEEP 2025-05-01 02:57:37 +03:00
parent d221c2ca67
commit 0a1b1e17ee
6 changed files with 19 additions and 5 deletions

6
rpatool/__main__.py Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from rpatool import rpatool
if __name__ == '__main__':
rpatool.main()