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