David Prince
production: clean source snapshot — no history bloat
71b4454
Raw
History Blame Contribute Delete
285 Bytes
"""
Production preview workspace subsystem.
The package exposes the singleton preview_workspace used by the
builder pipeline and HTTP compatibility routes.
"""
from .workspace import PreviewWorkspace, preview_workspace
__all__ = [
"PreviewWorkspace",
"preview_workspace",
]