Files
gaokao-volunteer-system/data/__init__.py
2026-06-12 15:24:20 +08:00

9 lines
293 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"""data 包入口。
聚合本项目所有的数据子模块:
- data.orders订单模型、加密、状态机、schema (T4.1)
- data.crowd_db扎堆检测与数据加载 (T1/T2)
- data.share分享短链接 (T7.1)
- data.channel_sync渠道 SDK 集成 (T8.1 闲鱼 Webhook 等)
"""