Add KEY_VALUE entry type

This commit is contained in:
thePR0M3TH3AN
2025-07-07 18:02:38 -04:00
parent 760518c495
commit 379263b0b2

View File

@@ -13,3 +13,4 @@ class EntryType(str, Enum):
SEED = "seed"
PGP = "pgp"
NOSTR = "nostr"
KEY_VALUE = "key_value"