You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
216 B

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