mirror of
https://github.com/tcsenpai/multi1.git
synced 2025-06-06 02:55:21 +00:00
5 lines
194 B
Python
5 lines
194 B
Python
from .ollama_handler import OllamaHandler
|
|
from .perplexity_handler import PerplexityHandler
|
|
from .groq_handler import GroqHandler
|
|
|
|
__all__ = ['OllamaHandler', 'PerplexityHandler', 'GroqHandler'] |