refactor: restructure project to modern Python layout, separate src, tests, docs, examples

This commit is contained in:
2025-08-07 16:57:41 +08:00
commit 4cb6c4eab7
27 changed files with 2580 additions and 0 deletions

5
tests/fixtures/__init__.py vendored Normal file
View File

@@ -0,0 +1,5 @@
"""
测试工具
包含测试数据、模拟环境和测试工具。
"""