mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-07-01 12:26:27 +00:00
feat: Device.repr_info()
This commit is contained in:
@ -32,3 +32,6 @@ class Device:
|
||||
score=json_dict["score"],
|
||||
title=json_dict["title"],
|
||||
)
|
||||
|
||||
def repr_info(self):
|
||||
return f"Device(version={self.version}, uuid={repr(self.uuid)}, name={repr(self.name)})"
|
||||
|
Reference in New Issue
Block a user