Python bekommen Skriptpfad
os.getcwd()
Nasty Nightingale
os.getcwd()
from pathlib import Path
current_file: Path = Path(__file__).resolve()
current_path: Path = Path(__file__).parent.resolve()