mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-06-29 02:04:22 +02:00
This change adds ManagedObject, the abstract base class of the simplified KMIP object hierarchy. It defines a set of attributes common to all KMIP objects and registers placeholder methods to be implemented by all subclasses. A basic test suite is included, using a dummy ManagedObject subclass for testing.