forked from anixart-mod/patcher
8 lines
111 B
Python
8 lines
111 B
Python
# Change package icon of apk
|
|
|
|
import time
|
|
|
|
def apply(config: dict) -> bool:
|
|
time.sleep(1)
|
|
return False
|