1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +08:00

Refactor: deep methods reworked for better performance

This commit is contained in:
LmeSzinc
2025-03-17 01:38:51 +08:00
parent 93644384cf
commit 477f917262
16 changed files with 560 additions and 120 deletions

View File

@@ -2,6 +2,7 @@ from cached_property import cached_property
from module.base.timer import timer
from module.config import config_updater
from module.config.deep import deep_get, deep_iter, deep_set
from module.config.utils import *