This commit is contained in:
Kevin
2026-05-21 15:48:03 +08:00
commit c869fcc6b9
261 changed files with 45423 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
"""仓库根目录常量:本文件必须位于含 dataset.py 的 code/ 根目录。"""
from __future__ import annotations
from pathlib import Path
CODE_ROOT = Path(__file__).resolve().parent