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

Upd: delete gg_handler

This commit is contained in:
2025-01-14 02:54:10 +08:00
parent d55e1a20bb
commit 6eb413595d
110 changed files with 842 additions and 2094 deletions

View File

@@ -16,13 +16,8 @@ from module.device.app_control import AppControl
from module.device.control import Control
from module.device.input import Input
from module.device.screenshot import Screenshot
from module.exception import (
EmulatorNotRunningError,
GameNotRunningError,
GameStuckError,
GameTooManyClickError,
RequestHumanTakeover
)
from module.exception import (EmulatorNotRunningError, GameNotRunningError, GameStuckError, GameTooManyClickError,
RequestHumanTakeover)
from module.handler.assets import GET_MISSION
from module.logger import logger