@@ -0,0 +1,6 @@
from tqdm import tqdm
import time
import random
for i in tqdm(range(100), smoothing=0):
time.sleep(random.random())
The note is not visible to the blocked user.