from typing import Any def do_something(arg: Any): return arg