Dekorator untuk menandai kelas atau fungsi sebagai tidak tersedia saat runtime.
@typing.type_check_only
@type_check_only
class Response: private or not available at runtime
code: int
def get_header(self, name: str) -> str: ...
def fetch_response() -> Response: ...