mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-04-21 06:20:18 +00:00
feat: Device.repr_info()
This commit is contained in:
parent
b823339986
commit
7bf88a4d3d
@ -32,3 +32,6 @@ class Device:
|
|||||||
score=json_dict["score"],
|
score=json_dict["score"],
|
||||||
title=json_dict["title"],
|
title=json_dict["title"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
def repr_info(self):
|
||||||
|
return f"Device(version={self.version}, uuid={repr(self.uuid)}, name={repr(self.name)})"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user