mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-05-02 04:01:40 +00:00
7
kt-kernel/python/cli/config/__init__.py
Normal file
7
kt-kernel/python/cli/config/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Configuration management for kt-cli.
|
||||
"""
|
||||
|
||||
from kt_kernel.cli.config.settings import Settings, get_settings
|
||||
|
||||
__all__ = ["Settings", "get_settings"]
|
||||
Reference in New Issue
Block a user