class Guid: def __init__(self, val : str): self.value = val def get_value(self) -> str: return self.value