1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +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

@@ -1,7 +1,7 @@
import typing as t
from module.base.decorator import cached_property
from module.config.utils import deep_get
from module.config.deep import deep_get
from module.logger import logger