]> crepu.dev Git - config.git/blob - djavu-asus/emacs/elpy/rpc-venv/lib/python3.11/site-packages/pyflakes/scripts/pyflakes.py
2d6f6aa1fc9a3c6658d067dacce7300948d66126
[config.git] / djavu-asus / emacs / elpy / rpc-venv / lib / python3.11 / site-packages / pyflakes / scripts / pyflakes.py
1 """
2 Implementation of the command-line I{pyflakes} tool.
3 """
4
5 # For backward compatibility
6 __all__ = ['check', 'checkPath', 'checkRecursive', 'iterSourceCode', 'main']
7 from pyflakes.api import check, checkPath, checkRecursive, iterSourceCode, main