rpatool: pack as python module and executable
This commit is contained in:
parent
d221c2ca67
commit
0a1b1e17ee
6 changed files with 19 additions and 5 deletions
6
rpatool/__main__.py
Normal file
6
rpatool/__main__.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from rpatool import rpatool
|
||||
|
||||
if __name__ == '__main__':
|
||||
rpatool.main()
|
Loading…
Add table
Add a link
Reference in a new issue