File size: 159 Bytes
0aee47a |
1 2 3 4 5 6 |
from typing import List, Tuple
from PyInstaller.utils.hooks import collect_data_files
datas: List[Tuple[str, str]] = collect_data_files("bilibili_api")
|
0aee47a |
1 2 3 4 5 6 |
from typing import List, Tuple
from PyInstaller.utils.hooks import collect_data_files
datas: List[Tuple[str, str]] = collect_data_files("bilibili_api")
|