Files
python-uncompyle6/bin/uncompyle6
rocky e0eba6998f Python packaging - yet again.
Did I ever mention how much Python sucks at packaging?
2016-05-13 22:59:15 -04:00

4 lines
79 B
Python
Executable File

#!/usr/bin/env python
from uncompyle6.bin.uncompile import main_bin
main_bin()