from __future__ import annotations from pathlib import Path def get_PyInstaller_tests(): return [str(Path(__file__).parent)]
Memory