# 导入包内的其他模块 # 使用相对导入确保在各种运行环境下都能正常工作 from .base_config import * from .api_config import * from .web_config import * # 定义包级别的变量 PACKAGE_VERSION = "1.0.0"