_utils.py 134 Bytes
Newer Older
1
2
3
4
5
6
def _download_file_from_remote_location(fpath: str) -> None:
    pass


def _is_remote_location_available() -> bool:
    return False