from . import base

class TreeWalker(base.TreeWalker):
    def __iter__(self): ...
    def tokens(self, event, next) -> None: ...
