mirror of
https://github.com/Tokfinity/InfCode.git
synced 2026-02-12 13:12:45 +00:00
8 lines
147 B
Python
8 lines
147 B
Python
"""
|
|
Private model client
|
|
"""
|
|
|
|
from src.managers.llm_api.clients.private.private_client import PrivateModelClient
|
|
|
|
__all__ = ["PrivateModelClient"]
|