generated from coulomb/repo-seed
Add workspace checkpoint API with SnapshotStore, extension hooks on compose-ssh and saas-stub, manager orchestration, CLI/HTTP surface, profile.compose-checkpoint, and docs/tests.
5 lines
120 B
Python
5 lines
120 B
Python
"""Snapshot checkpoint persistence."""
|
|
|
|
from sandboxer.snapshots.store import SnapshotStore
|
|
|
|
__all__ = ["SnapshotStore"] |