mirror of
https://github.com/openkmip/pykmip
synced 2026-01-08 11:33:29 +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.