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


def _is_remote_location_available() -> bool:
    return False