AlkantarClanX12

Your IP : 3.135.206.229


Current Path : /opt/cloudlinux/venv/lib64/python3.11/site-packages/pyflakes/scripts/
Upload File :
Current File : //opt/cloudlinux/venv/lib64/python3.11/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