10 lines
149 B
Python
10 lines
149 B
Python
"""Change application icon"""
|
|
priority = 0
|
|
from tqdm import tqdm
|
|
|
|
import time
|
|
|
|
def apply(config: dict) -> bool:
|
|
time.sleep(0.2)
|
|
return False
|