补充4.0角色技能数据

This commit is contained in:
‘KimigaiiWuyi’ 2023-07-06 18:03:18 +08:00
parent 046ad66f5d
commit 3c1b07862e
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -9,6 +9,7 @@ from copy import deepcopy
import httpx
sys.path.append(str(Path(__file__).parents[2]))
sys.path.append(str(Path(__file__).parents[5]))
__package__ = 'GenshinUID.tools'
from ..utils.ambr_to_minigg import convert_ambr_to_talent # noqa: E402
from ..utils.map.GS_MAP_PATH import ( # noqa: E402