1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 17:27:22 +08:00

Opt: Improve code

- Delete unnecessary import
- Rename Alas to AlasManager
- Move global var/function into class var/method
- Resolve some IDE warning
This commit is contained in:
18870
2021-10-24 20:54:06 +08:00
parent 25777093c3
commit 721aa9e333
4 changed files with 94 additions and 85 deletions

View File

@@ -1,6 +1,5 @@
from typing import Dict
import module.logger # Change folder
from module.config.utils import *
LANG = 'zh-CN'