1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-10 00:24:51 +00:00

feat:lesson

This commit is contained in:
RedDeadDepresso
2024-01-01 11:04:16 +00:00
committed by YoursFunny
parent 93b7ca8cfc
commit fe7c6f92a8
20 changed files with 969 additions and 1 deletions
+4
View File
@@ -62,6 +62,10 @@ class ArisuAutoSweeper(AzurLaneAutoScript):
from tasks.mission.mission import Mission
Mission(config=self.config, device=self.device).run()
def schedule(self):
from tasks.schedule.schedule import Schedule
Schedule(config=self.config, device=self.device).run()
def data_update(self):
from tasks.item.data_update import DataUpdate
DataUpdate(config=self.config, device=self.device).run()