mirror of
https://github.com/imartinez/privateGPT.git
synced 2026-07-17 01:48:03 +00:00
8 lines
170 B
Python
8 lines
170 B
Python
"""Export context services."""
|
|
|
|
from private_gpt.components.context.services.context_stack_builder import (
|
|
ContextStackBuilder,
|
|
)
|
|
|
|
__all__ = ["ContextStackBuilder"]
|