PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pyflakes
/
__pycache__
/
Editing: reporter.cpython-311.pyc
� � h� � �: � d Z ddlZddlZ G d� d� � Zd� ZdS )z Provide the Reporter class. � Nc �* � e Zd ZdZd� Zd� Zd� Zd� ZdS )�Reporterz: Formats the results of pyflakes checks to users. c �"