mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
6 lines
114 B
Python
6 lines
114 B
Python
"""LangBot Box runtime package."""
|
|
|
|
from .workspace import BoxWorkspaceSession
|
|
|
|
__all__ = ['BoxWorkspaceSession']
|