Private class for tracking objects that are currently in use.
Public variables:
The object in question
A counter for the number of places that this object is being used.
def __init__(self, obj):