Your IP : 216.73.217.154


Current Path : /var/www/pythonian/streamlit/.venv/lib64/python3.10/site-packages/pyflakes/scripts/
Upload File :
Current File : /var/www/pythonian/streamlit/.venv/lib64/python3.10/site-packages/pyflakes/scripts/pyflakes.py

"""
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