HEX
Server: LiteSpeed
System: Linux premium195.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: lifesncm (1215)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //opt/alt/python313/lib64/python3.13/pathlib/__init__.py
"""Object-oriented filesystem paths.

This module provides classes to represent abstract paths and concrete
paths with operations that have semantics appropriate for different
operating systems.
"""

from ._abc import *
from ._local import *

__all__ = (_abc.__all__ +
           _local.__all__)