parent
4567ed2752
commit
a6a388d3d0
1 changed files with 6 additions and 6 deletions
@ -1,7 +1,7 @@ |
||||
# """ |
||||
# llm_client: A Python package for interacting with LLM models through Ollama. |
||||
# """ |
||||
# ...existing code... |
||||
# Export the LLM class so "from _llm import LLM" works. |
||||
from .llm import LLM # re-export the class from the module |
||||
|
||||
# from ._llm.llm import LLM # Use relative import with dot prefix |
||||
|
||||
# __all__ = ["LLM"] |
||||
# Define public API |
||||
__all__ = ["LLM"] |
||||
# ...existing code... |
||||
Loading…
Reference in new issue