"""pytest conftest: geo-analytics 패키지 루트를 sys.path에 추가."""

import sys
from pathlib import Path

sys.path.insert(0, str(Path(__file__).parent))
