5 lines
64 B
Python
5 lines
64 B
Python
tqdm_config = {
|
|
'dynamic_ncols': True,
|
|
'ascii': True,
|
|
}
|