重组为 backend/clients/docs 三层结构,并清理 git 污染。
将后端迁入 backend/,完善根目录 .gitignore,删除误提交的 .mypy_cache 缓存文件。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
5
backend/app/baked/__init__.py
Normal file
5
backend/app/baked/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""编译进代码的默认参数(非部署差异);见 `algorithm` 与 `pipeline` 子模块。"""
|
||||
|
||||
from app.baked import algorithm, pipeline
|
||||
|
||||
__all__ = ["algorithm", "pipeline"]
|
||||
Reference in New Issue
Block a user