kristiker / keyvalues3

Source2 KeyValues3 library for Python
https://developer.valvesoftware.com/wiki/Dota_2_Workshop_Tools/KeyValues3
MIT License
13 stars 0 forks source link

Make kv3file a dict proxy #1

Closed kristiker closed 1 year ago

kristiker commented 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().