more __all__ updates
diff --git a/Lib/glob.py b/Lib/glob.py
index 2c21455..eeb6bdd 100644
--- a/Lib/glob.py
+++ b/Lib/glob.py
@@ -4,6 +4,7 @@
 import fnmatch
 import re
 
+__all__ = ["glob"]
 
 def glob(pathname):
     """Return a list of paths matching a pathname pattern.