Merge pull request #369 from PR0M3TH3AN/codex/add-key_value-to-entrytype-and-format

Add key-value entry type
This commit is contained in:
thePR0M3TH3AN
2025-07-07 18:03:26 -04:00
committed by GitHub

View File

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