from .path_glob import PathGlob def glob(*args, **kwargs): return PathGlob(*args, **kwargs)