Files
OperationRoomMonitor/code/repo_root.py

7 lines
195 B
Python
Raw Normal View History

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