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:
@@ -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
|
||||
Reference in New Issue
Block a user