ok
Direktori : /lib/fm-agent/dependencies/aarch64/linux/python3.11/jpype/_pyinstaller/ |
Current File : //lib/fm-agent/dependencies/aarch64/linux/python3.11/jpype/_pyinstaller/hook-jpype.py |
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), '.']]