mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-07-01 20:36:27 +00:00
refactor!: replace attrs
with dataclass
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
from dataclasses import dataclass
|
||||
from datetime import datetime
|
||||
from typing import Optional
|
||||
|
||||
import attrs
|
||||
|
||||
|
||||
@attrs.define
|
||||
@dataclass
|
||||
class B30OcrResultItem:
|
||||
rating_class: int
|
||||
score: int
|
||||
|
Reference in New Issue
Block a user