from typing import Any, Optional class CachedDnsName: def get_fqdn(self) -> str: ... DNS_NAME: Any