def download_document()

in main.py [0:0]


def download_document(file_path: str):
    return handle_file_download(f"{documents_container}/{file_path}")