class MEMORYFileManager: def __init__(self, uri): pass def provider_name(self): return 'Memory' def rename(self, target_uri): pass