1
0
Fork 0
mirror of https://github.com/Radiquum/anixart-patcher.git synced 2025-09-06 11:13:51 +05:00

feat: add disable ad patch

This commit is contained in:
Kentai Radiquum 2025-08-31 23:48:52 +05:00
parent 96397e585a
commit eec20c981a
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 97 additions and 2 deletions

View file

@ -1,10 +1,8 @@
"""Change package name"""
priority = -10
from tqdm import tqdm
import os
import shutil
from typing import TypedDict
class PatchConfig_ChangePackageName(TypedDict):