feat: add config modules

This commit is contained in:
Henry Li
2026-01-14 07:15:58 +08:00
parent c2a62a2266
commit 88ed3841c7
5 changed files with 202 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from .app_config import get_app_config
__all__ = ["get_app_config"]