File size: 141 Bytes
73c205a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from __future__ import annotations

from pathlib import Path


def submission_root() -> Path:
    return Path(__file__).resolve().parents[1]