auto.cpython-312.pyc•1.35 kB
�
lMgg � �� � d Z ddlZddlmZ ej � 5 ej
de�� ddlmZ ddd� ddl mZ
ddlmZ eek7 r
G d� d ee
� Zne
Zd
� Zd dgZ
y# 1 sw Y �1xY w)z�
Enables multiple commonly used features.
Method resolution order:
- `tqdm.autonotebook` without import warnings
- `tqdm.asyncio`
- `tqdm.std` base class
Usage:
>>> from tqdm.auto import trange, tqdm
>>> for i in trange(10):
... ...
� N� )�TqdmExperimentalWarning�ignore)�category)�tqdmc � � e Zd Zy)r N)�__name__�
__module__�__qualname__� � �UC:\Users\noahv\Documents\GitHub\clickup-operator\.venv\Lib\site-packages\tqdm/auto.pyr r s � �r
r c �&