mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-27 15:10:55 +00:00
e0eba6998f
Did I ever mention how much Python sucks at packaging?
4 lines
75 B
Python
Executable File
4 lines
75 B
Python
Executable File
#!/usr/bin/env python
|
|
from uncompyle6.bin.pydisassemble import main
|
|
main()
|