mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 15:58:48 +00:00
Merge pull request #369 from PR0M3TH3AN/codex/add-key_value-to-entrytype-and-format
Add key-value entry type
This commit is contained in:
@@ -13,3 +13,4 @@ class EntryType(str, Enum):
|
||||
SEED = "seed"
|
||||
PGP = "pgp"
|
||||
NOSTR = "nostr"
|
||||
KEY_VALUE = "key_value"
|
||||
|
Reference in New Issue
Block a user