agent-writer/config/__init__.py
2025-09-11 18:34:03 +08:00

8 lines
231 B
Python

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