mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-08-23 22:26:23 +00:00
4 lines
109 B
Python
4 lines
109 B
Python
from PyInstaller.utils.hooks import collect_all
|
|
|
|
datas, binaries, hiddenimports = collect_all("prettytable")
|