from __future__ import annotations from pathlib import Path def submission_root() -> Path: return Path(__file__).resolve().parents[1]