Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/hsm/__init__.py
blob: c0888b0424eb5d56b6942ed5c0194a33852cf5ba (plain)
1
2
3
4
from .fido import (
	get_fido2_devices,
	fido2_enroll
)