mirror of
https://github.com/Tokfinity/InfCode.git
synced 2026-02-12 13:12:45 +00:00
8 lines
133 B
Python
8 lines
133 B
Python
"""
|
|
OpenAI Client Module
|
|
"""
|
|
|
|
from src.managers.llm_api.clients.openai.openai_client import OpenAIClient
|
|
|
|
__all__ = ["OpenAIClient"]
|