# Constants
No description provided by the author
EndpointKeyPrefix is the prefix for endpoint key in the kv store.
NetworkKeyPrefix is the prefix for network key in the kv store.
# Variables
ErrKeyModified is raised for an atomic update when the update is working on a stale state.
ErrKeyModified is raised for an atomic update when the update is working on a stale state.
# Interfaces
KVObject is Key/Value interface used by objects to be part of the Store.