1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-13 06:30:19 +08:00
This commit is contained in:
2026-05-11 19:49:34 +08:00
11 changed files with 130 additions and 25 deletions

View File

@@ -6,6 +6,10 @@ class OilExhausted(Exception):
pass
class OilMaxed(Exception):
pass
class MapDetectionError(Exception):
pass