mirror of
https://github.com/imartinez/privateGPT.git
synced 2026-07-17 01:26:48 +00:00
6 lines
146 B
Python
6 lines
146 B
Python
"""Export toolset services."""
|
|
|
|
from private_gpt.components.toolsets.services.toolset_service import ToolSetService
|
|
|
|
__all__ = ["ToolSetService"]
|