If I execute the following:
@dataclass class Test: hi: Optional[str] = field( default_factory=lambda: str(uuid.uuid1())) @dataclass class Test2: