from typing import Any def getTreeWalker(treeType, implementation: Any | None = ..., **kwargs): ... def pprint(walker): ...