init
This commit is contained in:
6
backend/algorithm_subprocesses/5.15/code/repo_root.py
Executable file
6
backend/algorithm_subprocesses/5.15/code/repo_root.py
Executable file
@@ -0,0 +1,6 @@
|
||||
"""仓库根目录常量:本文件必须位于含 dataset.py 的 code/ 根目录。"""
|
||||
from __future__ import annotations
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
CODE_ROOT = Path(__file__).resolve().parent
|
||||
Reference in New Issue
Block a user