mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
3 lines
106 B
Python
3 lines
106 B
Python
from PyInstaller.utils.hooks import collect_data_files
|
|
|
|
datas = collect_data_files('mitmproxy.tools.web')
|