multi1/app/handlers/__init__.py
2024-09-17 21:13:29 +02:00

5 lines
194 B
Python

from .ollama_handler import OllamaHandler
from .perplexity_handler import PerplexityHandler
from .groq_handler import GroqHandler
__all__ = ['OllamaHandler', 'PerplexityHandler', 'GroqHandler']