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