Spaces:
Sleeping
Sleeping
| """ | |
| 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", | |
| ] | |