hook-pywebio.py 195 B

123456
  1. # This is a PyInstaller hook for pywebio.
  2. # https://pyinstaller.readthedocs.io/en/stable/hooks.html
  3. from PyInstaller.utils.hooks import collect_data_files
  4. datas = collect_data_files('pywebio')