Say I am defining a function that returns a types.SimpleNamespace. I would like to type-hint the result:
from types import SimpleNamespace def func() -> S