a
    x=icv                     @   s,   d dl mZ d dlmZ G dd deZdS )    )BaseCommand)resetc                   @   s   e Zd ZdZdd ZdS )Commandz&Reset all access attempts and lockoutsc                 O   s.   t  }|r| j| d n| jd d S )Nz attempts removed.zNo attempts found.)r   stdoutwrite)selfargsoptionscount r   t/home/droni/.local/share/virtualenvs/DPS-5Je3_V2c/lib/python3.9/site-packages/axes/management/commands/axes_reset.pyhandle	   s    zCommand.handleN)__name__
__module____qualname__helpr   r   r   r   r   r      s   r   N)Zdjango.core.management.baser   Z
axes.utilsr   r   r   r   r   r   <module>   s   