Cleanup: declare __all__ for many scripts in tools/

This commit is contained in:
Campbell Barton
2025-01-04 20:27:07 +11:00
parent 6f64d70e60
commit 5fe261c89d
61 changed files with 290 additions and 13 deletions

View File

@@ -12,6 +12,10 @@ Example:
git_sort_commits.py < commits.txt
"""
__all__ = (
"main",
)
import sys
import os