- Python: ruff --fix 修復 280 個 lint 錯誤 - lewooogo-core: src/ 目錄未追蹤,導致 CI eslint 失敗 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 lines
167 B
Python
5 lines
167 B
Python
# Backward compatibility - re-export from core.config
|
|
from src.core.config import Settings, get_settings, settings
|
|
|
|
__all__ = ["Settings", "settings", "get_settings"]
|