File size: 86 Bytes
84346f8 |
1 2 3 4 |
from PyInstaller.utils.hooks import copy_metadata
datas = copy_metadata('streamlit')
|
84346f8 |
1 2 3 4 |
from PyInstaller.utils.hooks import copy_metadata
datas = copy_metadata('streamlit')
|