diff --git a/path/__init__.py b/path/__init__.py index d99bfa5..d05891c 100644 --- a/path/__init__.py +++ b/path/__init__.py @@ -92,7 +92,7 @@ from . import classes, masks, matchers from .compat.py38 import removeprefix, removesuffix -__all__ = ['Path', 'TempDir'] +__all__ = ['Path', 'TempDir', 'Traversal'] LINESEPS = ['\r\n', '\r', '\n'] U_LINESEPS = LINESEPS + ['\u0085', '\u2028', '\u2029']