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

Opt: Code formatting

This commit is contained in:
LmeSzinc
2020-11-21 11:14:43 +08:00
parent 3fda7b32df
commit d37e9ba4b0
5 changed files with 12 additions and 11 deletions

View File

@@ -1,6 +1,4 @@
from module.war_archives.assets import \
TEMPLATE_VISITORS_DYED_IN_RED, TEMPLATE_FALLEN_WINGS, TEMPLATE_WINTERS_CROWN, TEMPLATE_DIVERGENT_CHESSBOARD, \
TEMPLATE_STRIVE_WISH_AND_STRATEGIZE, TEMPLATE_ENCIRCLING_GRAF_SPEE, TEMPLATE_GLORIOUS_BATTLE
from module.war_archives.assets import *
dic_archives_template = {
'war_archives_20190321_en': TEMPLATE_VISITORS_DYED_IN_RED,
@@ -10,4 +8,4 @@ dic_archives_template = {
'war_archives_20181020_en': TEMPLATE_STRIVE_WISH_AND_STRATEGIZE,
'war_archives_20191010_en': TEMPLATE_ENCIRCLING_GRAF_SPEE,
'war_archives_20190620_en': TEMPLATE_GLORIOUS_BATTLE
}
}