diff --git a/csppfetch/__init__.py b/csppfetch/__init__.py
index b74483b053e12139cd391a5ab75cfca3dda3011e..71fd43a024620671e6e66c873d3d86945e6f1487 100644
--- a/csppfetch/__init__.py
+++ b/csppfetch/__init__.py
@@ -373,6 +373,9 @@ class Downloader:
     """ Knowledge of how to download a given data source's files
     """
 
+    # This is just a convenience for users of a Downloader object
+    DownloadStatistics = DownloadStatistics
+
     def __init__(self,
             name,
             package_env_id,