迁移代码到Git

This commit is contained in:
Neo
2025-11-18 21:46:46 +08:00
parent c3749474c6
commit 5bb5a8a568

View File

@@ -277,6 +277,8 @@ etl_billiards/
│ │ ├── __init__.py │ │ ├── __init__.py
│ │ ├── test_config.py │ │ ├── test_config.py
│ │ └── test_parsers.py │ │ └── test_parsers.py
│ ├── testdata_json/ # 清洗入库用的测试Json文件
│ │ └── XX.json
│ └── integration/ # 集成测试 │ └── integration/ # 集成测试
│ ├── __init__.py │ ├── __init__.py
│ └── test_database.py │ └── test_database.py