Files
kube-hunter/pyinstaller_hooks/hook-prettytable.py
2020-12-03 22:26:43 +02:00

4 lines
109 B
Python

from PyInstaller.utils.hooks import collect_all
datas, binaries, hiddenimports = collect_all("prettytable")