1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-25 04:42:39 +08:00

Refactor: Move redirect_utils into module.config

This commit is contained in:
LmeSzinc
2022-02-02 03:25:59 +08:00
parent 1b3e44393e
commit 69bf73b28d
2 changed files with 4 additions and 2 deletions

View File

@@ -4,9 +4,9 @@ from copy import deepcopy
from cached_property import cached_property
from module.base.timer import timer
from module.config.redirect_utils.shop_filter import bp_redirect
from module.config.utils import *
from module.logger import logger
from module.redirect_utils.shop_filter import bp_redirect
CONFIG_IMPORT = '''
import datetime