Add File
This commit is contained in:
12
src/summeryanyfile/config/__init__.py
Normal file
12
src/summeryanyfile/config/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
"""
|
||||||
|
配置模块 - 包含设置管理和提示模板
|
||||||
|
"""
|
||||||
|
|
||||||
|
from .settings import Settings, load_settings
|
||||||
|
from .prompts import PromptTemplates
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
"Settings",
|
||||||
|
"load_settings",
|
||||||
|
"PromptTemplates",
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user