"""Make teicalc importable even without the study venv active (the normal setup is ``pip install -e ".[dev]"`` into the study-local ``.venv/``).""" import pathlib import sys sys.path.insert(0, str(pathlib.Path(__file__).resolve().parent.parent))