Any

Any Type

Any Type is the same as not adding an annotation but more explicit

from typing import Any

def foo(output: Any):
	pass