Files
wehub-resource-sync 084fa65ec4
Auto Tag / tag (push) Has been skipped
chore: import upstream snapshot with attribution
2026-07-13 12:05:10 +08:00

13 lines
216 B
Python

# -*- coding: utf-8 -*-
"""
===================================
API 模块初始化
===================================
职责:
1. 导出 API 模块的公共接口
2. 统一版本管理
"""
__version__ = "1.0.0"