from typing import Annotated def get_v(): return 123 ockho: Annotated[int, get_v] print(ockho)