Files
operating-room-monitor-server/backend/algorithm_subprocesses/5.15/code/repo_root.py

7 lines
195 B
Python
Raw Normal View History

2026-05-21 15:48:03 +08:00
"""仓库根目录常量:本文件必须位于含 dataset.py 的 code/ 根目录。"""
from __future__ import annotations
from pathlib import Path
CODE_ROOT = Path(__file__).resolve().parent