Implement identity trust module
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
from govoplan_identity_trust.backend.db.models import (
|
||||
AssuranceEvidence,
|
||||
DevicePublicKey,
|
||||
KeyAccessDecisionRecord,
|
||||
TrustKeyEpoch,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"AssuranceEvidence",
|
||||
"DevicePublicKey",
|
||||
"KeyAccessDecisionRecord",
|
||||
"TrustKeyEpoch",
|
||||
]
|
||||
Reference in New Issue
Block a user