mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-26 10:31:07 +00:00
5 lines
118 B
Python
5 lines
118 B
Python
"""Configuration management."""
|
|
|
|
from .settings import Settings, get_settings
|
|
|
|
__all__ = ["Settings", "get_settings"]
|