device: refactor PIN/passphrase UI into a separate class

This would allow easier customization.
This commit is contained in:
Roman Zeyde
2018-03-07 12:10:58 +02:00
parent b6181bb5b5
commit 601a2b1336
3 changed files with 77 additions and 23 deletions

View File

@@ -1,3 +1,3 @@
"""Cryptographic hardware device management."""
from . import interface
from . import interface, ui