/
lib
/
fm-agent
/
dependencies
/
aarch64
/
linux
/
python3.7
/
jpype
/
_pyinstaller
/
up file
home
import os from pathlib import Path import jpype fspath = getattr(os, 'fspath', str) jar_path = Path(jpype.__file__).parent.parent.joinpath('org.jpype.jar') datas = [[fspath(jar_path), '.']]