1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-29 17:34:11 +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