def __init__(self, name, uuid=None): if uuid is None: self.uuid = uuid5(NAMESPACE_DNS, name).hex else: self.uuid = uuid self.name = name