Python packaging

This commit is contained in:
OleSTEEP 2024-08-29 02:34:10 +03:00
parent 7487eb94bd
commit 85df574d3c
22 changed files with 48 additions and 10 deletions

6
RenDroidUnpack/__main__.py Executable file
View file

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