creeper-adventure/.venv/lib/python3.8/site-packages/pyflakes/scripts/pyflakes.py
2022-03-31 20:20:07 -05:00

8 lines
287 B
Python

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