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

@@ -14,6 +14,9 @@ You may pass the markdown text as an argument, e.g.
check_docs_code_layout.py --markdown=markdown.txt
"""
__all__ = (
"main",
)
import os
import argparse