/
lib
/
fm-agent
/
dependencies
/
aarch64
/
linux
/
python3.11
/
jpype
/
_pyinstaller
/
up file
home
import os from pathlib import Path fspath = getattr(os, 'fspath', str) _pyinstaller_path = Path(__file__).parent def get_hook_dirs(): return [fspath(_pyinstaller_path)] def get_PyInstaller_tests(): return [fspath(_pyinstaller_path)]