Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 146 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 146 Bytes

Example

from arknights import client

ak = client.Arknights()

operator = ak.fetch_operator("char_4100_caper")

print(operator)