class Path:
    strPath: str
    @staticmethod
    def root_path() -> str: ...
    def __init__(self, path: str) -> None: ...
