def list_remote(self): # type: () -> Dict[Tuple[str, str], dict] client = ServerFiles(server=self.INDEX_URL) return client.allinfo()
def list_remote(server: str) -> Dict[Tuple[str, ...], dict]: client = ServerFiles(server) return client.allinfo()