Files
LangBot/src/langbot/pkg/box/__init__.py

6 lines
114 B
Python

"""LangBot Box runtime package."""
from .workspace import BoxWorkspaceSession
__all__ = ['BoxWorkspaceSession']