diff --git a/geomagio/iaga2002/__init__.py b/geomagio/iaga2002/__init__.py
index bc43aac9b02eb734afb8d1642280b7cbe801ab8e..ab1e91943c2718e4bbb3e8630681355201abccab 100644
--- a/geomagio/iaga2002/__init__.py
+++ b/geomagio/iaga2002/__init__.py
@@ -5,6 +5,7 @@ Based on documentation at:
 """
 
 from IAGA2002Factory import IAGA2002Factory
+from StreamIAGA2002Factory import StreamIAGA2002Factory
 from IAGA2002Parser import IAGA2002Parser
 from IAGA2002Writer import IAGA2002Writer
 from MagWebFactory import MagWebFactory
@@ -12,6 +13,7 @@ from MagWebFactory import MagWebFactory
 
 __all__ = [
     'IAGA2002Factory',
+    'StreamIAGA2002Factory',
     'IAGA2002Parser',
     'IAGA2002Writer',
     'MagWebFactory'