mirror of
https://github.com/openkmip/pykmip
synced 2026-01-07 19:13:19 +00:00
This change updates the root-level kmip package, allowing users to now import enums directly from the kmip package: from kmip import enums Enumerations are used throughout the codebase and user applications and this will simplify usage and help obfuscate internal package details that may change in the future.