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

Mov: re-factor relevant modules and assets into freebies

This commit is contained in:
nEEtdo0d
2022-10-18 01:23:30 -04:00
parent 96adc8c4c7
commit 840eb4dc7f
73 changed files with 84 additions and 110 deletions

View File

@@ -1,7 +1,7 @@
from module.base.button import Button
from module.base.decorator import run_once
from module.base.timer import Timer
from module.battle_pass.assets import PURCHASE_POPUP
from module.freebies.assets import PURCHASE_POPUP
from module.combat.assets import GET_ITEMS_1, GET_SHIP
from module.exception import (GameNotRunningError, GamePageUnknownError,
RequestHumanTakeover)