mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-07-01 04:16:27 +00:00
16 lines
246 B
Python
16 lines
246 B
Python
from typing import Tuple
|
|
|
|
Rect = Tuple[int, int, int, int]
|
|
|
|
|
|
class DeviceRois:
|
|
pure: Rect
|
|
far: Rect
|
|
lost: Rect
|
|
score: Rect
|
|
rating_class: Rect
|
|
max_recall: Rect
|
|
jacket: Rect
|
|
clear_status: Rect
|
|
partner_icon: Rect
|