Closed kristiker closed 1 year ago
Since kv files are 99% of the time dicts, make it possible to use file.keys() in conjunction with file.value.keys().
file.keys()
file.value.keys()
Since kv files are 99% of the time dicts, make it possible to use
file.keys()
in conjunction withfile.value.keys()
.