mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 07:19:35 +00:00
6 lines
147 B
Python
6 lines
147 B
Python
"""Configuration module."""
|
|
|
|
from core.config.settings import Settings, get_settings, settings
|
|
|
|
__all__ = ["Settings", "get_settings", "settings"]
|