ai-station/.venv/lib/python3.12/site-packages/pyflakes/scripts/pyflakes.py

8 lines
248 B
Python
Raw Normal View History

2025-12-25 14:54:33 +00:00
"""
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