File size: 308 Bytes
6e7a2fd
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
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 []