aboutsummaryrefslogtreecommitdiffstats
path: root/cargo/cargo.py
diff options
context:
space:
mode:
Diffstat (limited to 'cargo/cargo.py')
-rwxr-xr-xcargo/cargo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cargo/cargo.py b/cargo/cargo.py
index a5144dd..7957cd9 100755
--- a/cargo/cargo.py
+++ b/cargo/cargo.py
@@ -1,7 +1,9 @@
#!/usr/bin/env python3
+"""Cargo is meant to server as a file/server downloader service."""
import http.server
import os
import socketserver
+
import huggingface_hub as hh