--- a +++ b/merlin/utils/__init__.py @@ -0,0 +1,3 @@ +from merlin.utils.huggingface_download import download_file + +__all__ = ["download_file"] \ No newline at end of file