mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 15:29:36 +00:00
6 lines
173 B
Python
6 lines
173 B
Python
"""Core package — foundational utilities, config, LLM clients, agents."""
|
|
|
|
from core.config.settings import get_settings, settings
|
|
|
|
__all__ = ["get_settings", "settings"]
|