Files
hydrogen/test.py
SG ed9d1dade2 added script path detection
prepare for PyInstaller
2025-06-14 17:37:33 +03:00

3 lines
96 B
Python

from pathlib import Path
app_dir = Path(__file__).resolve().parent
print(app_dir, type(app_dir))