2 lines
100 B
Python
2 lines
100 B
Python
from PyInstaller.utils.hooks import collect_data_files
|
|
datas = collect_data_files('flask_bootstrap') |