refactor(engine): 移除旧 Python 项目代码,替换为统一 YAML 环境配置

- 删除 engine 目录下原有的 Python 项目文件(config、data、example、pyproject.toml 等)
- 新增 engine/env.yaml 统一环境配置文件,供 data(TS)和 Python 模块共用
- 实现配置与代码解耦,后续 engine 模块将基于 env.yaml 重新构建
This commit is contained in:
Rekey
2026-06-11 16:45:34 +08:00
parent 72a53cc86d
commit 904728266f
11 changed files with 1 additions and 1711 deletions
-3
View File
@@ -1,3 +0,0 @@
from engine.data.db import close_pool, get_pool # noqa: F401
from engine.data.models import KlineRecord, Signal, TradingPairInfo # noqa: F401
from engine.data.reader import KlineReader # noqa: F401