mirror of
https://github.com/trussed-dev/fido2-tests.git
synced 2026-06-20 04:16:30 -07:00
7 lines
121 B
Python
7 lines
121 B
Python
class DeviceSelectCredential:
|
|
def __init__(self, number):
|
|
pass
|
|
|
|
def __call__(self, status):
|
|
pass
|