from ._itertools import ( all_same, fix_iter, iter_lookahead, limit_iter, ) __all__ = [ "all_same", "fix_iter", "iter_lookahead", "limit_iter", ]