NeuroOracle / core /checkpoint /manager.py
zxcvb20001's picture
Deploy NeuroOracle KG Explorer (force-overwrite history)
803527f
Raw
History Blame Contribute Delete
308 Bytes
class ShadowCheckpointManager:
def __init__(self, **kwargs):
pass
def list_checkpoints(self, *a):
return []
def diff_checkpoint(self, *a):
return {}
def restore_checkpoint(self, *a, **kw):
return {}
def get_files_at_checkpoint(self, *a):
return []