class BakeStorageTarget(): def __init__(self, tid): self.__tid = tid def __str__(self): return str(self.__tid)