BodyBalanceEvaluation/backend/venv/Lib/site-packages/pyflakes/scripts/pyflakes.py
2025-07-31 17:23:05 +08:00

8 lines
248 B
Python

"""
Implementation of the command-line I{pyflakes} tool.
"""
# For backward compatibility
__all__ = ['check', 'checkPath', 'checkRecursive', 'iterSourceCode', 'main']
from pyflakes.api import check, checkPath, checkRecursive, iterSourceCode, main