1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-09 19:56:58 +08:00

rename file

This commit is contained in:
RuaBQ
2020-09-16 16:55:11 +08:00
parent 7463320087
commit 8bff63d0dd
25 changed files with 142 additions and 88 deletions

View File

@@ -189,9 +189,9 @@ class AzurLaneAutoScript:
az.retire_ships(amount=2000)
def auto_box(self):
from module.decomposition.decomposition import Decomposition
az = Decomposition(self.config, device=self.device)
az.Decomps()
from module.recycle.recycle import Recycle
az = Recycle(self.config, device=self.device)
az.run()
self.reward_when_finished()
# alas = AzurLaneAutoScript()